Re: Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-04 Thread Bill Wang
Hi Konstantin Pid, Thank you for your reply. My tomcat is apache-tomcat-6.0.14, I start tomcat by bin/startup.sh and stop by bin/shutdown.sh There is no conf/Catalina/localhost/myapp.xml I find the folder Catalina/localhost under $CATALINE_HOME/work, but I don't find any xml file under it.

Re: Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-03 Thread Pid
On 12/3/10 5:23 AM, Konstantin Kolinko wrote: 2010/12/3 Bill Wang bw57...@gmail.com: Is it possible? I do not think that it is possible. Maybe you are running more than 2 tomcat instances (e.g. failed to stop some old one properly). Maybe one of them runs with wrong $CATALINA_HOME or

Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-02 Thread Bill Wang
Hi All, Let me explain the situation. We got running tomcat with application ABC in /export/home/xyz/apache-tomcat/webapp/ABC, applicaiton ABC is deployed by ABC.war, and owner is xyz We plan to migrate to /opt/tomcat/apache-tomcat/webapp/ABC, so I install the second tomcat under /opt/tomcat,

Re: Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-02 Thread Konstantin Kolinko
2010/12/3 Bill Wang bw57...@gmail.com: Is it possible? I do not think that it is possible. Maybe you are running more than 2 tomcat instances (e.g. failed to stop some old one properly). Maybe one of them runs with wrong $CATALINA_HOME or wrong $CATALINA_BASE. Maybe one of them runs with root