AW: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Jörg Spilling
- Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Gesendet: Mittwoch, 12. August 2009 16:10 An: Tomcat Users List Betreff: RE: change the default JSP index.jsp for ROOT context in Tomcat 6 > From: Jörg Spilling [mailto:spill...@equicon.de] > Subject: AW: change the defa

RE: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Caldarale, Charles R
> From: Jörg Spilling [mailto:spill...@equicon.de] > Subject: AW: change the default JSP index.jsp for ROOT context in > Tomcat 6 > > (and it's not odd: it's a "security" hint - simply hide it!) If you think that constitutes security, you're fooling

AW: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Jörg Spilling
...@unisys.com] Gesendet: Mittwoch, 12. August 2009 15:51 An: Tomcat Users List Betreff: RE: change the default JSP index.jsp for ROOT context in Tomcat 6 > From: Jörg Spilling [mailto:spill...@equicon.de] > Subject: AW: change the default JSP index.jsp for ROOT context in > Tomcat 6 >

RE: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Caldarale, Charles R
> From: Jörg Spilling [mailto:spill...@equicon.de] > Subject: AW: change the default JSP index.jsp for ROOT context in > Tomcat 6 > > 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

AW: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Jörg Spilling
-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

Re: change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Pid
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 cont

change the default JSP index.jsp for ROOT context in Tomcat 6

2009-08-12 Thread Jörg Spilling
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 t