Re: Why DefaultServlet listing does not work

2007-10-24 Thread Artur Rataj
> > The way the default servlet works, if it isn't mapped to '/', it won't > work properky. Thanks, with that mapping it works. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Why DefaultServlet listing does not work

2007-10-24 Thread Mark Thomas
Artur Rataj wrote: > Hello. I have the following servlet definition: > > > Listings > > org.apache.catalina.servlets.DefaultServlet > > debug > 0 > > > listings > true > > 1 > >

Re: Why DefaultServlet listing does not work

2007-10-23 Thread Artur Rataj
Is not the listings option in apps' web.xml enough? I wanted the app to decide if it allows listings of its servlet. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Why DefaultServlet listing does not work

2007-10-23 Thread Tim Funk
You want listsings=true in web.xml contained in $CATALINA_HOME/conf/web.xml -Tim Artur Rataj wrote: Hello. I have the following servlet definition: Listings org.apache.catalina.servlets.DefaultServlet debug 0

Why DefaultServlet listing does not work

2007-10-23 Thread Artur Rataj
Hello. I have the following servlet definition: Listings org.apache.catalina.servlets.DefaultServlet debug 0 listings true 1 Listings /listings It did