aspose file tools
The moose likes Servlets and the fly likes database connection problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "database connection problem" Watch "database connection problem" New topic
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
    
  13

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
    
  66

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
    
    1

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: database connection problem
 
Similar Threads
Multiple updates
Close if SQLException Occured?
Unable to match database value with string
welcome-file in web.xml
Problem with ORM by Weblogic