> From: behofmann [mailto:behofm...@gmail.com] > Subject: Re: Serving Multiple Application Versions within the same > Context > > would the associated <Context> be called "production_1.0"?
Not quite sure what you're asking, or where the underscore came from. The <Context> element must be in an XML file, usually META-INF/context.xml within the webapp, or conf/Catalina/[host]/[appName].xml if you want it external to the webapp. In the latter case, your file name would be: conf/Catalina/[host]/production#1.0.xml >From a URL perspective, the name would be: http://[host]/production/1.0 > to avoid confusion would it be better to let Source Control > Tags define the <Context> or do you recommend a better > versioning scheme for the same environment? You got me; I think that all depends on how you handle your development and packaging environment. - 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