I recently switched from tomcat 3.2 to 4.0.  I like to set up several
servlet containers to sit behing one apache server.

In tomcat 3.2 I could map /servlet/ to /somethingelse/ by adding the
following the following to server.xml

        <RequestInterceptor
                className="org.apache.tomcat.request.InvokerInterceptor"
                debug="0" prefix="/somethingelse/" />

How do I do the equivalent in Tomcat 4.0?


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to