I am running Tomcat 4.1.12 as a service of JBoss 3.0.4, and I want to > deploy a web application. > By default, my web application is deployed since I placed a directory > named > "my_web_app_name.war" under jboss/server/default/deploy. > In Tomcat 3.2.3 there was a way to add in tomcat/conf/server.xml a Context > element for each web application and define a different docbase other than > the default. > But it seems that Tomcat is ignoring tomcat4.1.x/conf/server.xml when > running as a JBoss service. (I erased a closing tag causing it to be an illegal XML but neither Tomcat not JBoss were troubled.) I tried to add such a Context element in jboss/server/default/deploy/tomcat41-service.xml but Tomcat would not serve requests to this web application. To sum up: how can I set a web-application docBase when running Tomcat as JBoss service.