Hi! I had tested a Java application that runs in Tomcat 3.3 accesing to Oracle 8.1.7 with great success.
But now I'm trying to migrate the same application to a new server that has the Oracle 9.0.1 version installed, and it doesn't get connected to the database. It gets the java.lang.NullPointerException. because the Connection variable is always null. I have updated the oracle jdbc version, so I can't understand why it doesn't get connected yet, and I had recompiled all the classes. Any ideas? Thanks in advance. Nancy. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
