当前位置: 技术问答>java相关
weblogic连接ibm db2问题,50分求教!
来源: 互联网 发布时间:2015-04-11
本文导语: 有没有用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 5...
有没有用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中也可以找到呀,并不需要做什么改动呀?请指教!
在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中也可以找到呀,并不需要做什么改动呀?请指教!
|
一般是要把驱动程序的zip包解压到weblogic的classes目录中
我记得tomcat也是这样的
好像设置classpath不起作用
不妨一试!!!
我记得tomcat也是这样的
好像设置classpath不起作用
不妨一试!!!
|
把db2的那个jdbc连接包(.jar)拷贝到weblogic的classes目录中
|
按道理说不通的时候,不妨自己设一下classpath吧。
|
这个是我在使用WEBSHPERE的时候,系统自动生成的!!
看看是不是对你有帮助!!!!
/ePost/Query1Results.jsp
/ePost/Query1Error.jsp
p6.Query1
看看是不是对你有帮助!!!!
/ePost/Query1Results.jsp
/ePost/Query1Error.jsp
p6.Query1