I'm using tomcat5.5
I want to use multiple drivers in server.xml
How can i use?
Here is the resource entry i'm using
<Resource
name="testdb"
type="javax.sql.DataSource"
password="sunnyd_stage"
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver:x.y.jdbc.xyzdriver"
maxIdle="2"
maxWait="5000"
username="uid"
url="x.y.z://1.2.3.4:5566"
maxActive="4"/>
Can any body help?
Thanks In advance
--
View this message in context:
http://www.nabble.com/Multiple-driver-load-in-tomcat-tp26075413p26075413.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]