> From: Jess Holle [mailto:je...@ptc.com] > Subject: Re: Multiple context paths for single deployment
> In Tomcat versions up through 6.0, I have cases where I have 1 expanded > WAR directory (outside Tomcat's webapps, etc) and then numerous > disparate Context XML files under Tomcat/conf, each with their own > overrides to the original web.xml (e.g. each getting their own data > sources, JNDI env values, context name, etc). Yes, that still works fine - but it's not what the OP is asking for. He specifically requested *one* application deployment, with multiple URL paths for the *same* application. If what he really wants is multiple deployments using a single copy of the .war file, then keeping the .war outside of the <Host> appBase and pointing multiple <Context> elements at it from conf/Catalina/[host] would do nicely. But these are still multiple deployments, and would not be the same application, even though they originate from the same location. - 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