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 PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 07, 2004 1:19 PM > To: [EMAIL PROTECTED] > Subject: Tomact 4.1.29 connection poolingusing JNDI! Please help a > newbie > > <value>oracle.jdbc.driver.OracleDriver</value></parameter> > <parameter><name>url</name> > > <value>jdbc:oracle:thin:@dpwdev02:1521:dprd</value></parameter> > > -------------------Error-------------------------------------- > java.sql.SQLException: Io exception: Connection > refused(DESCRIPTION=(TMP=)(VSNNU > M=135296000)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)))) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
