-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: Monday, January 25, 2010 11:16 AM
To: Tomcat Users List
Subject: Re: question for deploystartup forROOT.war on tomcat cluster
2010/1/25 Okubo, Yasushi (TSD) :
> OK - Listed applications for virtual h
2010/1/25 Okubo, Yasushi (TSD) :
> OK - Listed applications for virtual host localhost
This:
> /manager:running:1:manager
> /:running:0:/
> /host-manager:running:0:host-manager
>
and this:
> HTTP Status 404 - /
>
> type Status report
> message /
> description Th
forROOT.war on tomcat cluster
2010/1/23 Okubo, Yasushi (TSD) :
>
>1. What attributes are set on the element of your server.xml
http://tomcat.apache.org/tomcat-6.0-doc/config/host.html
>2. Are there any elements inside
2010/1/23 Okubo, Yasushi (TSD) :
>
1. What attributes are set on the element of your server.xml
http://tomcat.apache.org/tomcat-6.0-doc/config/host.html
2. Are there any elements inside in your server.xml?
Remove them, if there are any.
3. When ROOT fails to deploy at startup, does Tomcat Man
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
> 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
Hi
I have my application packaged as ROOT.war file. I can auto-deploy this
war file on single tomcat instance whenever I restart tomcat or put a
new war file into webapps. However, if I put the same war file into
tomcat cluster and restart tomcat, tomcat does not redeploy this war
file.
In tomc