Re: Tomact 4.1.29 connection poolingusing JNDI! Please help a newbie

2004-01-07 Thread Spam
It looks more like an Oracle jdbc problem rather than Tomcat problem. Please have a look at the error description: http://questsupportlink.quest.com/ConnectionAssistant/ora12505.asp Are you sure your URI is valid? jdbc:oracle:thin:@dpwdev02:1521:dprd Especially the dprd which should be the SID

RE: Tomact 4.1.29 connection poolingusing JNDI! Please help a newbie

2004-01-07 Thread Ralph Einfeldt
That indicates either - that your servername and/or port in the connection string is not correct. - server and port are not reachable from the machine that runs tomcat (e.g. the port is blocked by a firewall). - the database isn't running. > -Original Message- > From: [EMAIL PROTECT