>
> 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
Artur Rataj wrote:
> Hello. I have the following servlet definition:
>
>
> Listings
>
> org.apache.catalina.servlets.DefaultServlet
>
> debug
> 0
>
>
> listings
> true
>
> 1
>
>
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
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
Hello. I have the following servlet definition:
Listings
org.apache.catalina.servlets.DefaultServlet
debug
0
listings
true
1
Listings
/listings
It did