purpledawn
Programmer
Hi. I'm running a jsp/javabeans application on Windows 2000, with Apache/Tomcat, connection to an Oracle8i database.
I have created a beta application on a development server and am moving it on to the production server. On the production server, when I open the main jsp file on the browser, I get NoClassDefFoundError for the OracleDriver class. The classpath variable on the new server is configured exactly as on the development server (with the path names changed appropriately). I'm using the same JDK and the same servlet container on both machines. Also, when I run the Oracle JdbcCheckup class, it finds the JDBC classes and runs just fine.
It seems to me that there are some other settings on the server that need to be changed. Does anyone have any suggestions?
Thanks.
I have created a beta application on a development server and am moving it on to the production server. On the production server, when I open the main jsp file on the browser, I get NoClassDefFoundError for the OracleDriver class. The classpath variable on the new server is configured exactly as on the development server (with the path names changed appropriately). I'm using the same JDK and the same servlet container on both machines. Also, when I run the Oracle JdbcCheckup class, it finds the JDBC classes and runs just fine.
It seems to me that there are some other settings on the server that need to be changed. Does anyone have any suggestions?
Thanks.