File 1: public_html/eval.jsp
File 2: public_html/m/eval.jsp
File 1 form action:
action="submitEval"
File 2 form action:
action="../submitEval
web.xml:
<servlet>
<servlet-name>submitEval</servlet-name>
<servlet-class>submitPackage.submitEval</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>submitEval</servlet-name>
<url-pattern>submitEval</url-pattern>
</servlet-mapping>
Getting complaints of 404s when using the /m/ version of eval.jsp. Not able to recreate but I figure if they are getting a 404 it would most likely have to do with my servlet mapping, any thoughts?