> From: carbotex [mailto:carbo...@gmail.com]
> Subject: Setting Context Path in Tomcat

> How do one go about setting tomcat in this kind of environment?

First by telling us what version of Tomcat you're using.  Since you didn't 
bother to do that, I'll base the response on 6.0.20.

> http://www.clienthost.com/group1/app1/index.jsp
> http://www.clienthost.com/group1/app2/index.jsp
> http://www.clienthost.com/group1/app3/index.jsp

Change the names of the .war files to group1#app1.war, group1#app2.war, and 
group1#app3.war, and place them in the webapps directory.

> I tried to set the Context path to "/group1/app1" but 
> it doesn't work either.

The path attribute for a <Context> element is not allowed in most situations in 
any reasonably recent version of Tomcat.

 - 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