I want no own ROOT application. I will disable the access to the manager application by using http://localhost:8080/. On Tomcat 5, I have disabled the mapping of index_jsp, I have renamed the index.jsp in ROOT/ to access_manager.jsp and I have created a new index.jsp which doesn't contain a link to the manager application. That's what I want have also on Tomcat 6 too: an "empty" index.jsp if http://localhost:8080/ is called and the possibility to access the original index.jsp with another name, like http://localhost:8080/original-index.jsp ...
Regards, Joerg -----Ursprüngliche Nachricht----- Von: Pid [mailto:p...@pidster.com] Gesendet: Mittwoch, 12. August 2009 15:34 An: Tomcat Users List Betreff: Re: change the default JSP index.jsp for ROOT context in Tomcat 6 On 12/08/2009 14:26, Jörg Spilling wrote: > I'm running Tomcat 6 on Linux and I want change the index.jsp of the ROOT > context which is displayed by http://localhost:8080/. > For Tomcat 5 I could comment out the index_jsp mapping in web.xml for ROOT. > The web.xml for the ROOT in Tomcat 6 doesn't contain such a mapping. So how > could I remove the default JSP index.jsp which is called for > http://localhost:8080/ for Tomcat 6? > > Any help is welcome! Why not just replace the ROOT application with your own ROOT.war? p > Regards, > Joerg > > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org