Instead of mapping the invoker to that URL pattern, map the Turbine servlet 
directly...

Put this in your webapp web.xml:

     <servlet-mapping>
         <servlet-name>Turbine</servlet-name>
         <url-pattern>/servlet/Turbine</url-pattern>
     </servlet-mapping>

Where "Turbine" is the name of your servlet.  

If you need more detail, let me know & I can post a more complete example.

WILL

Quoting [EMAIL PROTECTED]:

> 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]>
> 
> 



------------------------------------
Will Glass-Husain  <[EMAIL PROTECTED]>
Forio Business Simulations
office: (415) 440-7500
mobile: (415) 235-4293

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to