Error connecting to the database with tomcat 7 on eclipse jave ee

2017-05-17 Thread Yosef Fastow
Hi, I am running a spring framework website on eclipse jave ee using tomcat 7. When I try to connect to do anything connected to the databse it raises a HTTP 500: Request processing failed; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection

Re: What jar files do I need to have a java ee website to connect to the databse

2017-05-16 Thread Yosef Fastow
Here is the information from my WEB_INF folder on the database On Tue, May 16, 2017 at 3:32 PM, Igal @ Lucee.org wrote: > On 5/16/2017 12:15 PM, Yosef Fastow wrote: > >> The server version is not supported. The target server must be SQL Se

What jar files do I need to have a java ee website to connect to the databse

2017-05-16 Thread Yosef Fastow
Hi, I am running apache Tomcat 7 for a java spring project on eclipse java ee. I installed sqljbc.jar file and put it in the resource Library and the WEB_INF/lib folders. When I run the server I get a:HTTP Status 500 - Request processing failed; nested exception is org.springfr