tomcat deploywar context.xml

2012-05-21 Thread Romain Manni-Bucau
Hi, how does tomcat manage context.xml at startup? from what i saw it uses org.apache.catalina.startup.HostConfig.DeployWar but in org.apache.catalina.startup.HostConfig#deployWAR it reads the context.xml file before overriding it with contextname info which ignores the context.xml file:

Re: tomcat deploywar context.xml

2012-05-21 Thread Konstantin Kolinko
2012/5/21 Romain Manni-Bucau rmannibu...@gmail.com: Hi, how does tomcat manage context.xml at startup? from what i saw it uses org.apache.catalina.startup.HostConfig.DeployWar but in org.apache.catalina.startup.HostConfig#deployWAR it reads the context.xml file before overriding it with

Re: tomcat deploywar context.xml

2012-05-21 Thread Romain Manni-Bucau
ok thank you for the quick answer sorry to have missed it on the website - Romain 2012/5/21 Konstantin Kolinko knst.koli...@gmail.com 2012/5/21 Romain Manni-Bucau rmannibu...@gmail.com: Hi, how does tomcat manage context.xml at startup? from what i saw it uses