>-----Original Message----- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Subject: RE: How to Deploy an Update to War File > >http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment > >> So, in other words, if I want to use parallel deployment, I create >> context.xml files in conf/Catalina/localhost with distinct names, but use >> the same value for the path? > >No - read the doc. > > - Chuck
Sorry, I'm still getting context elements and context.xml files confused with web app "contexts" when I read the docs. In conf/Catalina/localhost I can have xml files that don't match the names of any web app in the webapps directory, and these xml files are treated as web apps. So when I read: "You may define as many Context elements as you wish. Each such Context MUST have a unique context name within a virtual host. The context path does not need to be unique (see parallel deployment below)" I read it as xml files in conf/Catalina/localhost and not the context path of webapp1 in my webapps directory, because I don't specify the path param in my context.xml in /META-INF It's one of those words with many meanings and deriving the context of the use of the word context from the docs gets confusing. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org