weblogic--连接数据库出错
执行 http://192.168.1.20:7001/index.jsp
下面是出错信息。
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.
---------config.xml--------------
<JDBCConnectionPool CapacityIncrement="10"
DriverName="weblogic.jdbc20.mssqlserver4.Driver"
InitialCapacity="10" MaxCapacity="20"
Name="ConnPoolForSqlServer"
Properties="user=sa;password=hxhsql" Targets="wlserver"
TestTableName="test" URL="jdbc20:weblogic:mssqlserver4:192.168.1.20:1433"/>
哪里出错呢,该怎么设置。