I always have this error can't start connection pool. Dbm used is mssql 7.0 I have weblogic.jar in my classpath
The syntax I used is
<JDBCConnectionPool DriverName="weblogic.jdbc.mssqlserver4.Driver"
InitialCapacity="2" MaxCapacity="5" Name="TopUpConnectionPool"
Properties="port=1433;password=admin;name=admin;server=IT00015" Targets="myserver"URL="jdbc:weblogic:mssqlserver4:[email protected]:1433"/>
Could anyone tell me what I'm missing out.
-
Problem configuring connection poool in weblogic 6.1 (1 messages)
- Posted by: Whyte Peter
- Posted on: January 18 2002 05:23 EST
Threaded Messages (1)
- Problem configuring connection poool in weblogic 6.1 by SAF . on January 18 2002 17:06 EST
-
Problem configuring connection poool in weblogic 6.1[ Go to top ]
- Posted by: SAF .
- Posted on: January 18 2002 17:06 EST
- in response to Whyte Peter
Well, if you cut and pasted your connection pool settings from your descriptor, there is an error in the following line...
Targets="myserver"URL="jdbc:weblogic:mssqlserver4:[email protected]:1433"/>
I would expect that you need a space between "myserver" and URL, which you dont have.
SAF