Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread nodje

We need tp have our application accessed from the Root context /.
So we usually delete the ROOT.war and rename our application to ROOT.war.
This works well of course but we lose the benefit of using the Tomcat
manager.

What would be the best way to obtain that?

I don't understand Virtual Host usage yet, but I suspect it could be a way
to keep both applications accessible from the root context, on two different
host name.

cheers
-- 
View this message in context: 
http://www.nabble.com/Deploy-WAR-on-ROOT-without-losing-Manager-application-tp21199112p21199112.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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



Re: Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread Konstantin Kolinko
2008/12/29 nodje nodje...@gmail.com:

 We need tp have our application accessed from the Root context /.
 So we usually delete the ROOT.war and rename our application to ROOT.war.
 This works well of course but we lose the benefit of using the Tomcat
 manager.


No, you are not loosing it. The ROOT application contains only the welcome
page. The manager is a separate web application and it is still there.

Also, do not forget to mention your Tomcat version when asking questions
here.

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