關於WebLogic 訪問Oracle 資料庫(建立連線池)問題

zhqksinfo發表於2003-02-14
我在使用WebLogic Server 控制檯配置Oracle 資料庫連線池,沒有成功求助
各位大俠指點一二。
配置資訊:
URL:jdbc:oracle:thin:@TEST:1521:oral
Driver Classes: oracle.jdbc.driver.OracleDriver
Properties(key=value): user=test
password=test
相關配置如下:
CLASSPATH:.;e:\bea\jdk130\lib;%JAVA_HOME%\lib\tools.jar;% WL_HOME%\lib\weblogic_sp.jar;%ORACLE_HOME\JDBC\LIB\CLASSES12.ZIP;%WL_HOME%\lib\weblogic.jar;%CLASSPATH%;e:\jakarta-tomcat\lib;%classpath%;%WL_HOME%\lib\weblogic.jar;%CLIENT_CLASSES%;%SERVER_CLASSES%;E:\jdk\lib;E:\jakarta-tomcat\lib;d:\oracle\ora81\sqlj/lib/translator.zip;d:\oracle\ora81\sqlj/lib/runtime12.zip.

PATH:e:\bea\jdk130\bin;.\bin\oci816_7;D:\oracle\ora81\bin;%JAVA_HOME%\bin;%PATH%


報錯資訊:
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.


相關文章