Hi, 

Probably shuld, but I hate to STWF ;).

In 4.0 the /app/WEB-INF/classes/ were mapped to the /app/servlet/

In 4.1 I need explicitly to put the

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

So that can work.

Is this correct behaviour for 4.1 or I'm I missing something?


MT.



--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to