Re: War file deployment deletes configuration descriptor in Tomcat 6

2011-06-09 Thread Konstantin Kolinko
2011/6/8 Dharamshila Khandelwal : > Every time I deploy war file in webapps, it deletes the configuration > descriptor which is present at $CATALINA_BASE/conf/[enginename]/[hostname] > directory. > Tomcat auto deploys war file in my Tomcat 6 configuration. 1. What _exactly_ version of Tomcat 6.0.x

Re: War file deployment deletes configuration descriptor in Tomcat 6

2011-06-08 Thread Dharamshila Khandelwal
I found that when it deletes the configuration descriptor, it doesn't deploy it. I am not able to understand why it is not deploying the descriptor Logs from catalina.out: *When the configuration descriptor is not deleted: * Jun 8, 2011 4:31:45 PM org.apache.catalina.startup.HostConfig checkRes

War file deployment deletes configuration descriptor in Tomcat 6

2011-06-08 Thread Dharamshila Khandelwal
Hi, Every time I deploy war file in webapps, it deletes the configuration descriptor which is present at $CATALINA_BASE/conf/[enginename]/[hostname] directory. Tomcat auto deploys war file in my Tomcat 6 configuration. How should I stop this problem? Any idea? Thanks, DS.