Hello ,
I already modified the wrapper.properties file. I'we changed only the
wrapper.tomcat_home and wrapper.java_home.
I didn't go to advanced mode.
TC starts ok but when the first servlet tries to connect to the ODBC,
that connection fails.
In that servlet I have the following code:
-----------------------Servlet code-----------------------
System.out.println("before odbc connection");
conn = DriverManager.getConnection("jdbc:odbc:CheckDSN");
System.out.println(" after odbc connection");
-----------------------enf servlet code--------------------
in jvm.stdout it prints me the first message "before the odbc
connection" and then goes at the catch statement.
I use the same ODBC settings as for the application.
I'we also tried with Logon as: LocalSystem with or without interaction
with desktop and as Administrator.
--
Best regards,
Liviu mailto:[EMAIL PROTECTED]