Now that I've got my servlet's XML parsing largely debugged, it's time to
see some output.
The problem is this (mucho code removed):
String target = "/MySeatMap/seatmap.jsp";
.
.
.
rd = getServletContext().getRequestDispatcher(target);
rd.forward(request,response);
I get 404'd, with the error that the JSP file can't be located. What am I
doing wrong? (rd is declared, I just left that out.)
jbm!
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>