impossible to load the BookStoreServlet
843833Sep 9 2003 — edited Jul 27 2004Hi,
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