Anyone know why this is not working?

    <servlet-mapping>
        <servlet-name>
            invoker
        </servlet-name>
        <url-pattern>
            */servlet/*
        </url-pattern>
    </servlet-mapping>


I`m trying to map any URI to same webapp web-inf directory.

So, this URL poits to same .class servlet:

/servlet/FooServlet
/servlet/mycompany/FooServlet

This works fine with Resin, but I want to set standards with Tomcat...

Edson Carlos Ericksson Richter


Reply via email to