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!

impossible to load the BookStoreServlet

843833Sep 9 2003 — edited Jul 27 2004
Hi,

Running through the tutorial for J2EE 1.4_beta2. Came across a problem, which i know has been before on this forum: but back then not a sufficient answer was given.

After deploying the bookstore1.war, and calling localhost/bookstore1/bookstore (the alias for BookStoreServlet) this is what i get:

HTTP Status 404 - Servlet BookStoreServlet is not available
type Status report
message Servlet BookStoreServlet is not available
description The requested resource (Servlet BookStoreServlet is not available) is not available.

I know it has something to do with the database BookDB because the servlet without DBase connections DOES load (the banner servlet). But to put it simply I DON'T KNOW WHAT!!

the jdbc connection pool AND jdbc resource are SET (apparently because when i try and run it with ANT it says "BUILD FAILED" because they both already exist!)

Hope anyone has a suggestion because, i've been fiddling with it for an hour now

thanks,
Mic
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2004
Added on Sep 9 2003
16 comments
159 views