Joao Carlos wrote:

>     I simply want to migrate to tomcat using this kind of configuration.
> Many servlets have links to others servlets (written in code) using
> /servlets/any_servlet, so that's impossible to me to create a context and
> access the servlets using /context/servlet
>     Is there any way to create a central repository that can be accessed by
> /servlets and only this?
>     Is the web-inf directory mandatory for using servlets?

You don't say what version of Tomcat you're using, but in the 3.2.x versions, at
least, this is still supported.  Take a look in your server.xml at the  entry
for the RequestInterceptor that uses the class
org.apache.tomcat.request.InvokerInterceptor.

dwh


Reply via email to