Maybe you should look into the war deployment, because the JBoss/Tomcat combination doesn't load the webapps defined in the Tomcat server.xml. Jboss instead loads war files from the deploy directory even when added on runtime! Didn't found good explanory material for it, anyone? One thing I found is: http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/Tools7.html#11992 Greetings Ralph PS: I'm using jakarta-ant to create the war file The On 01/31/2001 09:39:04 AM jboss-user wrote: > Hi all, > > We have some problems with the deployment of our webapps using JBoss and > Tomcat. When we try to deploy the webapp in the webapps directory of Tomcat > using a context in server.xml file we must launch Tomcat manually first > because if we use the default run_with_tomcat batch the context defined in > server.xml file is not set. We would like to know how to proceed ? > > Thanks > > Matthias > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > > -- > -------------------------------------------------------------- > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > List Help?: [EMAIL PROTECTED] > -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
