alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (README.txt)

This example Jetty source code file (README.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

for, jboss, jboss, jboss-version, jetty, jetty-version, note, servlet, servlet, status, status, this, to, to

The Jetty README.txt source code


For full information to build jetty jboss, see http://docs.codehaus.org/display/JETTY/JBoss


To build:
--------
mvn -P[jdk1.4|jdk1.5] -Djboss.version=4.0.x -Djboss.home=/path/to/jboss-4.0.x clean install

Note: you must select either the jdk1.4 or the jdk1.5 profile. This will build with either 
jsp-2.0 or jsp-2.1 respectively.

To install:
----------
   1. delete $JBOSS-HOME/server/default/deploy/jbossweb-tomcat55.sar (or from whichever deploy directory you
      are using)
   2. ensure you have built the Jetty JBoss module in $jetty.home/extras/jboss
   3. copy the $jetty.home/extras/jboss/target/jetty-JETTY-VERSION-jboss-JBOSS-VERSION.sar to your JBoss
      deploy directory (where JETTY-VERSION is the version of jetty you are using and JBOSS-VERSION is the
      version of JBoss).
   4. edit $JBOSS-HOME/server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml
      and remove servlet and servlet-mapping for Status Servlet (tomcat specific)


Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty README.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.