Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Erroe 404 No detailed message

843840Sep 14 2002 — edited Sep 14 2002
How 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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2002
Added on Sep 14 2002
2 comments
202 views