RE: Problem in MySQL JNDI Resource..

2007-03-22 Thread prt
and still is not work. But to access via this slink "http://localhist/test1"; is not my problem. I have to access via this link "http://localhost"; and i did it but the problem now is that my MySQL JNDI Resource is not work ??? Caldarale, Charles R wrote: > >>

RE: Problem in MySQL JNDI Resource..

2007-03-21 Thread Caldarale, Charles R
> From: prt [mailto:[EMAIL PROTECTED] > Subject: Problem in MySQL JNDI Resource.. > > > element should not be placed in server.xml, since changing it requires restarting Tomcat. Put it in your webapp's META-INF/context.xml file instead, and remove the path attribute. >

Re: Problem in MySQL JNDI Resource..

2007-03-21 Thread Rashmi Rubdi
The closing host tag's case doesn't match the opening Host tags case, I don't know if it matters but just wanted to point it out. It should be and not -Rashmi On 3/21/07, prt <[EMAIL PROTECTED]> wrote:

Problem in MySQL JNDI Resource..

2007-03-21 Thread prt
e here please ??? Thank you all. (Sory about my English :) ) -- View this message in context: http://www.nabble.com/Problem-in-MySQL-JNDI-Resource..-tf3443968.html#a9603852 Sent from the Tomcat - User mailing list archive at Nabble.com.

MySQL JNDI resource

2007-01-16 Thread Hampson, Christopher (EXP)
Hi, I have a JNDI connection to a MySQL database, a new thread is started every n seconds which queries a web service and then returns with the response time or a timeout. Each of these threads has a connection to the database. If the server is responding very slowly or indeed not responding at al