web.xml family paths
in web.xml i set acquire record jsp within web.xml
<welcome-file>web-inf/index.jsp</welcome-file>
inside index.jsp i following disrespectful servlet
<% response.sendredirect(response.encoderedirecturl("myservlet/")); %>
however concentration tries servlet during following route
applicationname/web-inf/myservlet
the problem web-inf should path. i pierce index.jsp out web-inf following problem goes nonetheless there another proceed i around this?
Comments
Post a Comment