RE: Tomcat service using JDBC-ODBC bridge

2001-02-22 Thread Peter Nguyen
that the JDBC-ODBC bridge is not thread safe. If you attempt concurrent access, the process will crash and cause the JVM you are accessing it from to have an Illegal Error. Randy -Original Message- From: Peter Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:07 AM

RE: How to run Tomcat Properly?

2001-02-22 Thread Peter Nguyen
If you are not connected to a network or internet Internet Explorer will ask you if you want to work offline. If you want to use servlets or JSPs then never allow your browser to go offline. Click refresh on the JSP and force your browser to "Connect" instead of "Work Offline". Peter

RE: first time user!!!

2001-02-22 Thread Peter Nguyen
Are you using Win9x? Windows 95/98 does not provide enough default environment space to run the Tomcat startup files. You will notice this if you try to execute the startup script and receive the message "Out of Environment space". Create shortcuts for the startup and shutdown files. For each

Tomcat service using JDBC-ODBC bridge

2001-02-21 Thread Peter Nguyen
I am running Tomcat on Windows 2000 with jdk1.2.2. I have servlets accessing an MS Access and Oracle database. The servlets work fine with Sun's JDBC-ODBC bridge against MS Acces and Oracle's thin driver against the Oracle database. When I set Tomcat up as a NT service Oracle worked fine after I