Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Thu, Apr 4, 2013 12:59 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 OK, I looked it up again... Your current hibernate.cfg.xml says: *org.hibernate. transaction.JTATransact

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Thu, Apr 4, 2013 12:59 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 OK, I looked it up again... Your current hibernate.cfg.xml says: *org.hibernate. transaction.JTATransac

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
Neven, Thanks for the suggestions. We'd hoped we could just move this app over to Tomcat pretty easily, but yeah, we'll probably have to get the developer more involved. I'll check out the things that you suggested though. Is there any substitute for the JBossTransactionManager that could be us

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Tue, Apr 2, 2013 1:48 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 David, I would like to split troubleshooting into three steps: - tomcat startup (no app deployed) - deplo

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Tue, Apr 2, 2013 1:48 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 David, I would like to split troubleshooting into three steps: - tomcat startup (no app deployed) - deplo

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-02 Thread dvosbury1
Neven, Thanks for the response. Yes, I checked and the HibernateUtil.class is where you said it would be. I also find hibernate3.jar under my WEB-INF/lib directory. Is there some kind of environment variable I need to set so that the HibernateUtil.class file is found? David -Orig

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-02 Thread dvosbury1
Neven, After fixing the case sensitive properties in my context.xml resource element per Konstantin that error disappeared from the catalina.out log. I now get this error when trying to navigate through the site. Note. Some of the pages sometimes load but without the data driven elements and ot

Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-01 Thread dvosbury1
Hello, I have been tasked with moving an application from a JBoss application server to Tomcat 7. The application is using hibernate to establish a connection pool as I understand it. I've got Tomcat running under the standard ports and have deployed the application. The SQL Server .jar file i