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 yourself. Security by obscurity is an invitat

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 disabled the mapping o

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