I am using mySQL with tomcat and JSP without any problem.
Hearing about your symptoms, I would guess that your connections need to be
refreshed from time to time (after a certain time an unactive connection
will be dropped which explain why you have to restart tomcat)
You should use a connection
I have been using mysql with Tomcat without any problems.
Can you please give a more detailed version of your problem so that it can be helped
out.
take it easy
Neeraj
On Thu, 17 Jan 2002 00:53:12 -0800
Jeremy Zawodny <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 17, 2002 at 12:48:58PM +0530, aravin
On Thu, Jan 17, 2002 at 12:48:58PM +0530, aravind gorthy wrote:
>
> Hai,
>
> I am using MySQL with TOMCAT and JSP for development purpose.
>
> 1. Every morning without restarting the tomcat
> server, i am unable to connect the MySql Database.
> What might be the problem..
> I did't get this typ