Hi all, I upgraded to Tomcat 4.1.12, and now my app won't load unless I uncomment the code in tomcat\conf\web.xml:
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
However, I believe this opens up the security hole. Any suggestions on what
I should change my web.xml for my turbine app to look like?
Eric
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
