| Author |
database connection problem
|
Patricia Murphy
Greenhorn
Joined: Feb 22, 2006
Posts: 5
|
|
hey im using a connection pool for my database access, but when i try to run my project the following error is appearing: [code] HTTP Status 404 - /Hospital_Administration_System/ type Status report message /Hospital_Administration_System/ description The requested resource (/Hospital_Administration_System/) is not available. Apache Tomcat/5.5.17 [code] is there a problem in my Database Connection Manager? thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
That has nothing to do with databases or connections. The URL you are using is not recognized by the server. Check your servlet mappings.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
Moving to our servlets forum.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Check if the application is deployed in the URL mentioned and also check if you got the context name right
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: database connection problem
|
|
|