Tuncay Baskan wrote:

> I'm trying to use a JNDI name for a JDBC resource. Configuration is
> as follows:
>
> Tomcat 4.0.3
> DBCP 1.0
>
> In the server.xml, I have the following DefaultContext entry. (It must
> be DefaultContext because there are 3 other webapps that use the same
> database)

--= cut =--

> <parameter>
> <name>url</name>
> <value>jdbc:mysql://quantranet:3306/eproject?autoReconnet=true</value>
> </parameter>

May be this is not the problem you faced, but you have a typo here -- "autoReconnet" lacks last "c" letter.


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to