java - Migrating the SQL and application server from Windows 2003 to Windows server 2012 R2 -


we facing issue migrating application deployed on windows servers 2003. use tomcat 5.5 in app server , sql server in sql box both run on separate windows server2003.

we able deploy application using tomcat 5.5 , jdk 1.6 on windows server 2012 rs2 , sql server migrated 1 other instance runs on windows 2012 rs2.

but when application launched , when trying insert data db encountering "java.sql.sqlexception: [microsoft][odbc driver manager] data source name not found , no default driver specified"

the same application running fine without issues on windows 2003 server runs on 32 bit new server 64bit.

please let me know if have install tomcat 7.0 windows2012 or can still run application without issues.

regards, nitin.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -