> From: Okubo, Yasushi (TSD) [mailto:yasushi.ok...@takedasd.com]
> Subject: question for deploystartup forROOT.war on tomcat cluster
> 
> 3. confirmed that [Catalina_home]/conf/ROOT.xml and 
> webapps/ROOT and webapps/ROOT.war existed

Two obvious problems:

1) The ROOT.xml file belongs in conf/Catalina/[host], not conf.

2) The existence of the webapps/ROOT directory will prevent the unpacking of 
the .war file.

Your process is flawed.  If you're going to do a manual redeployement rather 
than using the Tomcat manager or deployer, you will need to clean up the bits 
of the old version of the application yourself, including the expanded 
directory, anything for ROOT under the work directory, and possibly the old 
ROOT.xml file.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to