I have a servlet called "myServlet"

and i have defined  a context "foo"

How i can access to this servlet whitout "servlet" in the url ->
http://locahost/foo/servlet/myServlet

I will prefer to access it with http://localhost/foo/myServlet.

I saw that with Tomcat 3.2b-8, we can use

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

but i use tomcat 3.1.


Thanks

scal.

Reply via email to