User: salborini
Date: 00/10/23 12:35:33
Added: tomcat README TODO
Log:
initial revision
Revision Changes Path
1.1 contrib/tomcat/README
Index: README
===================================================================
contrib/tomcat module:
This module allows fast in VM integration of tomcat in jboss.
Requirements:
- jboss 2.0 beta-prod 03
- tomcat 3.2 beta 4
Compiling:
- set the JBOSS_HOME environment variable to the home of jboss. If you use a
CVS version of jboss, build jboss first and set it to jboss/dist
- set the TOMCAT_HOME environment variable to the home of tomcat. If you use
a CVS version, build tomcat first, and set the variable to
$JAKARTA_HOME/dist/tomcat
- go to the src/build directory, and do a build install. This will create a
tomcat-service.jar file and copy it to $JBOSS_HOME/lib/ext
Running jboss with tomcat:
- set the TOMCAT_HOME environment variable.
- edit jboss.conf to allow the EmbeddedTomcat service and to tell the j2eedeployer
to use tomcat as a wardeployer
- run jboss
Test client:
This client is a simple servlet that calls a simple session bean. To build the
client,
do a build client in the src/build directory.
To deploy the client, run jboss with the EmbededTomcat enabled, surf to
http://server:8082, find the j2eedeployer. Call the deploy action, with
parameter=file:/<contrib>/tomcat/tomcat-test.ear
To call the client, surf to http://server:8080/jboss
1.1 contrib/tomcat/TODO
Index: TODO
===================================================================
TODO:
- move the TomcatService to the contrib module?
- make the list of interceptors configurable (tomcat.properties, jboss.conf?) to
allow custom interceptors.