S
ssp2000
I am trying to port my web application to Linux from existing Windows
plateform.
At present this application(developed using JSP) is running fine on MS
windows 2000. I am using Jdk 1.4.3 and Tomcat 5.X.I am using JDBC-ODBC
connectivity to access MySQL server database.
I transferred MySQL database to Linux MySQL and I copied the
application to Tomcat's webapps folder on Linux PC.On Linux PC I
configured UNIXODBC and MYSQL ODBC ( latest components). I tested ODBC
functionality using Both GUI tool and command line tool (isql).The
ODBC setup on Linux is working fine.
The problem is when i run an application; it is not getting
connectivity to database. I am getting jdbc-odbc error indication
failure to connect to database.
I want to know what I am missing while running this application on
Linux? I am sure there is no coding problem, odbc is also working fine
on Linux, proper DSN is there on Linux, user /password are also same.
Dose something required at Tomcat side (especially ODBC
configuration). Please Guide.
plateform.
At present this application(developed using JSP) is running fine on MS
windows 2000. I am using Jdk 1.4.3 and Tomcat 5.X.I am using JDBC-ODBC
connectivity to access MySQL server database.
I transferred MySQL database to Linux MySQL and I copied the
application to Tomcat's webapps folder on Linux PC.On Linux PC I
configured UNIXODBC and MYSQL ODBC ( latest components). I tested ODBC
functionality using Both GUI tool and command line tool (isql).The
ODBC setup on Linux is working fine.
The problem is when i run an application; it is not getting
connectivity to database. I am getting jdbc-odbc error indication
failure to connect to database.
I want to know what I am missing while running this application on
Linux? I am sure there is no coding problem, odbc is also working fine
on Linux, proper DSN is there on Linux, user /password are also same.
Dose something required at Tomcat side (especially ODBC
configuration). Please Guide.