May lead me to create a new JDBC connection in weblogic 6.1
Using SQL Server 2000.I've downloaded SQL Server JDBC driver from
Microsoft.com and installed in c:\JDriver.
In Management console I did the following settings:
Name : SQL2K
URL : com.microsoft.jdbc.sqlserver.SQLServerDriver
DRIVER : "jdbc:microsoft:sqlserver://127.0.0.1:1433","sa",""
then I target the new JDBC connectopn pool to a specified server(called
examplesserver)
then I changed ClassPath in server .cmd file as following :
set CLASSPATH=./lib/crack.jar;.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\samp
les\eval\cloudscape\lib\cloudscape.jar;.\config\examples\serverclasses;.;c:
\JDriver\lib\msbase.jar;c:\JDriver\lib\msutil.jar;c:\JDriver\lib\mssqlserver.jar
when I execute the batch file to start server I get the following error:
(Can not load driver class "jdbc:microsoft:sqlserver://127.0.0.1:1433","sa","")
May you lead me what went wrong?
(I've attached .cmf file and config.xml file)