我有一个javax.naming.Context
和WebLogic服务器的t3://servername:port
网址。与服务器交互时,如果连接失败,方法调用将挂起。
有没有办法测试是否可以与WebLogic服务器建立连接?
我尝试了InetAddress
和URL
,但他们都没有认出协议。
谢谢!
答案 0 :(得分:1)
我使用 weblogic.Admin 实用程序来测试与weblogic服务器的连接
例如。平
java weblogic.Admin -url t3:// host:port -username yourUserName -password yourPassword PING timeOut
参考:
http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/cli.html https://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/index.html
答案 1 :(得分:0)
您可以使用wlthint3client.jar中的Thin T3 Client来与WebLogic建立t3协议连接。
http://docs.oracle.com/cd/E17904_01/web.1111/e13717/wlthint3client.htm#SACLT379