How to disable admin port in weblogic without weblogic console?

我们两清 提交于 2020-05-31 05:30:32

问题


I enabled 'admin port' on weblogic and configured Two-Way SSL to 'Client Certs Requested And Enforced' and now I can't have access to weblogic console through admin port, I wanna use normal port by 7001 but I can't:

Console/Management requests or requests with specified to 'true' can only be made through an administration channel

How can I disable admin port through WLST or config file?


回答1:


Easily you should change one property on config file

  1. find config.xml file on DOMAIN-HOME\config directory
  2. find this node and change the value to 'false'

    <administration-port-enabled>true</administration-port-enabled>

Enjoy browsing weblogic console!

来源:https://stackoverflow.com/questions/21656635/how-to-disable-admin-port-in-weblogic-without-weblogic-console

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!