1 Reply Latest reply on Sep 29, 2002 10:28 PM by joelvogt

    How integrate jboss-3.0.2 with tomcat-4.0.4

    jdeveloper

      Jboss comes with Jetty. I would like to disable Jetty and integrate Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an embedded tomcat version.)

      Both Jboss and Tomcat work by themselves separately.

      Do I need to remove the directory $JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?

      To integrate, do I need to add Jboss client libaries to tomcat ? i.e., copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, jnp-client.jar, jboss-common-client.jar and log4j.jar files from $JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?

      Any help would be appreciated!