建议你到BEA官方网站论坛找找你要的资料

解决方案 »

  1.   

    Weblogic的高手请进来帮忙!问题是
    weblogic我装的是WebLogic Platform 8.1,想联接sql server2000数据库下面是Test database connection 页面的结果 
    Driver Classname:weblogic.jdbc.mssqlserver4.Driver
    URL:jdbc:weblogic:mssqlserver4
    Database User Name:sa(在安装SQL SERVER2000时候对应sa的密码为123)
    Password:123
    Confirm Password:123
    Properties:     user=sa
                    db=pubs
                    server=HBU-AEWJQHVKSXF(我的计算机名:HBU-AEWJQHVKSXF)当我点"Test Driver Configuration"后提示以下错误:
    Can't open a socket on HBU-AEWJQHVKSXF:1433. Check host and port number and make sure the security manager allows this connection. You can also try running the SocketApplet (java.net.ConnectException: Connection refused: connect).
      

  2.   

    写个class,看看能比能连上db再说
      

  3.   

    请大家说说Weblogic配置JDBC联接缓冲池的过程,大笔送分!
      

  4.   

    HBU-AEWJQHVKSXF:1433
    -----------
    机器名用全名或者ip, 检查数据库的端口是不是默认的1433
      

  5.   

    使用telnet localhost 1433看能不能通,或者使用netstat看端口
      

  6.   

    问题出在你的 SQL Server2000没有装补丁,打上补丁一切搞定,我遇见过这种问题。应为没有打上补丁就找不到1433端口,所以问题出在找不到端口。