> From: carbotex [mailto:carbo...@gmail.com]
> Subject: RE: Setting Context Path in Tomcat
>
> I'm running Tomcat 5.5.27.

For that level, it's a bit more complicated.  Instead of just renaming the .war 
files, you have to deploy them somewhere *outside* of the <Host> appBase 
directory, and create a <Context> element for each in 
conf/Catalina/[host]/[appName].xml.  (In your case, appName would be 
group1#app1, group1#app2, group1#app3.)  Inside each <Context> element, include 
a docBase attribute that points to the location of the respective .war file.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to