| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Tomcat on Localhost JSP Failure
Greetings!
My shop recently upgraded to a new box for our Oracle 10g instance.
Since the move, my localhost (WindowsXP Pro) running Tomcat 5.5.17 that came with NetBeans 5.5.1 no longer works with JSP's that need to connect to Oracle. Other JSP's w/o the need to connect to Oracle run just fine.
Thankfully, the JSP's work just fine on HP UNIX.
Begin: Tomcat Error Message:
org.apache.jasper.JasperException: Exception in JSP: /gtc_ord.jsp:43
40: ResultSetMetaData rsmd;
41:
42: try {
43: Class.forName("oracle.jdbc.driver.OracleDriver");
44: conn = DriverManager.getConnection(dbConn, "ops
$daemon", "ops$daemon");
End: Tomcat Error Message.
Some things that I have checked:
This used to work on my same localhost before we moved Oracle to a new box.
Does anyone have any ideas? Received on Tue Oct 23 2007 - 14:10:58 CDT
![]() |
![]() |