How do one go about setting tomcat in this kind of environment? I have 3 war files, app1.war, app2.war, app3.war I want to setup tomcat so all three webapps are under the same folder/directory/group.
http://www.clienthost.com/group1/app1/index.jsp http://www.clienthost.com/group1/app2/index.jsp http://www.clienthost.com/group1/app3/index.jsp If I drop the war files in the default webapps folder, I can only access the application with the following URLs: http://www.clienthost.com/app1/index.jsp http://www.clienthost.com/app2/index.jsp http://www.clienthost.com/app3/index.jsp I tried to set the Context path to "/group1/app1" but it doesn't work either. Any idea? -- View this message in context: http://www.nabble.com/Setting-Context-Path-in-Tomcat-tp24927313p24927313.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org