Thanks for your reply.

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Saturday, January 23, 2010 8:53 AM
To: Tomcat Users List
Subject: RE: question for deploystartup forROOT.war on tomcat cluster

> 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.

Sorry for my typo. I missed to type Catalina/[host] in the path. So it
should be [Catalina_home]/conf/Catalina/localhost/ROOT.xml as exact.

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

Why only /ROOT?  My other applications all have been re-deployed
properly, even if there existed webapps/[app] and its corresponding war
file.  My problem is only ROOT.war is having a problem to be
re-deplpoyed. Is /ROOT treated differently?

>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.

Again, why only /ROOT needs this special treatment under tomcat cluster
environment?  I have been removing ROOT.xml and /ROOT before restarting
tomcat node, and I would like to stop it if is possible. The exact same
ROOT.war file can be redeployed under single tomcat instance after
restarting tomcat, but it is not re-redeployed on the node under tomcat
cluster

> - 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




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

Reply via email to