I ues Appache tomcat as my App Server in my project
but when running its service, after sometime when run my project,tomcat say
that can not connect to database(SystemException)
then i should restart its service to work correctly.
i'm not sure thet its tomcat's problem or MySql
please help me.
--
Tomcat 5.5.9
OS Windows Server 2003 , Windows XP
Mysql 5.0
tomcat and mysql on the same server
javax.transaction.SystemException
com.met.data.factory.user.UserFactory.getUser(UserFactory.java:694)
com.met.action.LoginAction.execute(LoginAction.java:56)
org.apache.struts.action.Re
also i have to say that i use hibernate 3 to connect to Mysql
thanks for your attention
-- Fatemeh
fdehghani wrote:
>
> Tomcat 5.5.9
> OS Windows Server 2003 , Windows XP
> Mysql 5.0
> tomcat and mysql on the same server
>
> javax.transa