Yes, but it doesn't really reveal any more -- it showed unknown source from the 
lookup call.

But why would it read unknown source? When I have it declared?

"jdbc/myoracle"


It was basically just stating the same...I'll look at it again to extract the 
specifics of it. 


-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Tuesday, March 16, 2010 6:12 PM
To: Tomcat Users List
Subject: RE: DB connection error -Tomcat 6 config

> 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


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

Reply via email to