>
> a had the same problem with a turbine 2.2 application. look at
> tomcat/conf/web.xml for this setting:
<snip />
>
> it is commented out per default. removing the comment worked for me.
>
Later on in the file, there's this:
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
which is commented out by default (actually, the other poster's lines
weren't commented out in my file).
But apparently, the invoker shouldn't be run:
http://jakarta.apache.org/tomcat/faq/misc.html#evil
But I'm not sure what the alternative is... Any suggestions?
Good luck,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]