> From: Ken Bowen [mailto:[EMAIL PROTECTED] 
> Subject: Re: Datasource: Cannot load JDBC driver class 
> 'com.mysql.jdbc.Driver'
> 
> <Resource name="jdbc/sb_data" auth="Container"
>                type="javax.sql.DataSource"
>                 maxActive="100" maxIdle="30" maxWait="10000"
>                 validationQuery="select 1"
>                 username="sb_normal" password="********"
>                 driverClassName="com.mysql.jdbc.Driver"
>                  url="jdbc:mysql://localhost:3306/sb_data"/>
> Where could I read more about these kinds of details?

You've probably already been here:
http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml

Generally, the attributes of a <Resource> element correspond to elements
nested within a <resource-ref> element as described in the servlet spec.
Most of the attributes will be unique to the resource type, so the
Tomcat doc can't provide a great deal of specifics here.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to