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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
199 views