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
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
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