Hi,
I have an index.jsp page with 3 links to other JSP's.
These links don't seem to work. I get the 404 error.

Do I have to register the JSP's somewhere similarly to how I create servlet
mappings?

in the href attribute I tried passing along both relative path - sine all my
JSP's are in one directory called JSP under the app root so I wrote
something like "./mission.jsp"
And I also tried giving the absolute path - "/JSP/mission.jsp" - no luck.

Thanks.

Reply via email to