我有一个weblogic文件夹,从这里我如何找到我可以在下面命令中使用的adminurl
java weblogic.Deployer –adminurl t3://server:7001 –username system –password weblogic –listapps我试着查看setupinfo.txt,portlist.ini --但不知怎么的,这没有帮助/起作用。怎么能让这件事起作用?
我会得到这样的错误/异常(经过几次尝试)
The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object
Unable to connect to 'http://server:7001': Destination unreachable; java.net.ConnectException: Tried all: 1 addresses, but could not connect over HTTPS to server: localhost port: 7102; No available router to destination基于setupinfo.txt,我可以登录到网络控制台--但我需要知道如何让这个命令与adminurl一起工作!
谢谢,
发布于 2014-05-10 17:19:38
明白了谢谢亚历克斯。
步骤
对啰。
https://stackoverflow.com/questions/23582240
复制相似问题