tom ot wrote: > Hi everyone, > I'm still not happy with the answer's I got...is there noone who can > tell me how to get a different war-file name and url-path. Pid said that > someone more knowledgeable should be able to help...but there were no > answers yet. > > so please help me to get the following done: > > WAR-FILE: probe_1.5.0.3.war > URL: http://localhost:8080/probe or > http://localhost:8080/adminapps/probe the second one is my favorite! > > My Tomcat 5.5.17 is still configured as default...please help!
The web pages in brackets provide information on the terms used in each step. 1. Store the .war file outside of your host's appBase (http://tomcat.apache.org/tomcat-5.5-doc/config/host.html) 2. Create a probe.xml or adminapps#probe.xml file that defines the docBase for this context (http://tomcat.apache.org/tomcat-5.5-doc/config/context.html) 3. Place the .xml file in the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory HTH, Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]