(50分指教!)weblogic连接ibm db2的问题???
有没有用weblogic连接ibm db2成功的,jdbc driver用的是COM.ibm.db2.jdbc.app.DB2Driver,用台机器上,
在tomcat中连接没问题,为什么在weblogic中报告:
Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
并且在控制台中说:java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver
按道理在tomcat中可以找到此class,在weblogic中也可以找到呀,
并不需要做什么改动呀?请指教!