...
Jetty RPM Dependency Structure
- servlet25: Requires: java >= 0:1.4.2
- jetty6-samples RPMcore: Requires: jetty6servlet25, java >= 0:1.4.2
- jetty6 RPM: Requires: jetty6-libcore
- jetty6-lib RPMplus: Requires: jetty6-servlet-2.5-api and jetty6-jsp-2.1-api (optional) and jetty6-jsp-2.0-api (optional)
- jetty6-servlet-2.5-api RPM: Requires: none
- jetty6core, java >= 0:1.5.0, servlet25
- jetty6-demos: Requires: jetty6
- jsp (jett6-jsp-2.0-api RPM: Requires jakarta-commons-el >= 1.0, xerces-j2 >= 2.6.2, ant >=1.6.5jetty6-jsp-2.1-api RPM: 16-1jpp): Requires: ant >= 1.6, java >= 0:1.5.0 (jsp2.1)
- ant 1.6.5 RPM: Requires: crimson 1.1.3, xml-commons 1.3, xml-commons-jaxp-1.3 (these RPMs including ant can be found at jpackage repository)
...
- Download Required RPMs from JPackage Repository
- if there are problems downloading eachRPM file using the wget commands above, download each rpm from http://www.jpackage.org/browser/browse.php manually
...
- to manuall install jetty using rpm execute the code below
| Panel |
|---|
sudo rpm -isv ivh jetty6-servlet-2.5-api-6.1*.16-1jpp.noarch.rpm |
Using Yum to Install Jetty RPMs
...
- Jetty and its dependencies may then be installed with
| Panel |
|---|
yum install jetty6 |
- Optionally you cant install JSP 2.0 and JSP 2.1
- to install JSP 2.0 Jetty RPM execute the code below
| Panel |
|---|
yum install jetty6-jsp-2.0-api |
- to install JSP 2.1 Jetty RPM execute the code below
| Panel |
|---|
yum install jetty6-jsp-2.1-api |
Installing Jetty Sample
- Jetty Samples RPM Includes, Test and JNDI Test
- To install these files, you need to install jetty6-sampless RPM, execute the code below to install
| Panel |
|---|
yum install jetty6-samples |
- installing manually
| Panel |
|---|
sudo rpm -isv jetty6-samples-6.1*.noarch.rpm |
$package |