> From: Propes, Barry L [mailto:barry.l.pro...@citi.com]
> Subject: RE: DB connection error -Tomcat 6 config
> 
> Still, the errors I get:

Have you looked in the logs?

> <Resource name="jdbc/myoracle"
> auth="Container"
> type="javax.sql.DataSource"
> factory="org.apache.tomcat.dbcp.DataSourceConnectionFactory"

The factory name is incorrect; as you were told before, just remove it and let 
Tomcat use the default.  (The actual name is 
"org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory".)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to