Erroe 404 No detailed message
843840Sep 14 2002 — edited Sep 14 2002How are you ?
I did post this question before thought maybe it is of help including the error message that appears in the browser. Thanks
got a problem running the duke bookstore. the servlets are in the servlets folder so is the bookstore.html.
if i call a servlet
RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher(
"/servlet/anyservlet");
it's working.
But calling the .html gives me nothing. It has a dispatcher but nothing shows in the browser.
RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher(
"/servlet/bookstore.html");
Any idea what the problem is ?
Cheers