On 01/07/2013 22:00, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat >> 7.0.27 on Mac OSX Lion -- Is it Possible to use Tomcat Parallel >> Deployment when the Context Name is Different than the WAR Name > >> Assuming the file above is called website1##001.xml > >> then you should be able to add website1##002.xml with the following >> content: <Context reloadable="true" crossContext="true" >> sessionCookiePath="/" >> docBase="/Users/jeremy/tomcat/manualDeploy/myapp-v2" >> path="/website1"></Context> > > Except the path attribute is not allowed here, since it is derived > from the name of the .xml file.
Thanks for catching that. I was too busy thinking about parallel deployment and missed that one. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org