Now I'm totaly confused. If I change web.xml like this:
<servlet-mapping>
<servlet-name>JspServlet</servlet-name>
<url-pattern>/jsptestalternatedir/test.jsp</url-pattern>
</servlet-mapping>
everything works fine. What's the difference between direct mapping in web.xml and calling forward on named dispatcher? There shouldn't be any difference at all, but obviously there is some. Can someone provide insightful comment?
[Message sent by forum member 'calaverainfo' (calaverainfo)]
http://forums.java.net/jive/thread.jspa?messageID=346470