测试与WebLogic Server的连接

时间:2016-02-03 19:17:52

标签: java weblogic

我有一个javax.naming.Context和WebLogic服务器的t3://servername:port网址。与服务器交互时,如果连接失败,方法调用将挂起。

有没有办法测试是否可以与WebLogic服务器建立连接?

我尝试了InetAddressURL,但他们都没有认出协议。

谢谢!

2 个答案:

答案 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