简体   繁体   English

没有weblogic控制台的情况下如何在weblogic中禁用管理端口?

[英]How to disable admin port in weblogic without weblogic console?

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: 我在weblogic上启用了“管理端口”,并将双向SSL配置为“请求并强制执行客户端证书”,现在我无法通过管理端口访问weblogic控制台,我想在7001之前使用普通端口,但不能:

Console/Management requests or requests with specified to 'true' can only be made through an administration channel 控制台/管理请求或指定为“ true”的请求只能通过管理通道进行

How can I disable admin port through WLST or config file? 如何通过WLST或配置文件禁用管理端口?

Easily you should change one property on config file 轻松更改配置文件中的一个属性

  1. find config.xml file on DOMAIN-HOME\\config directory DOMAIN-HOME \\ config目录中找到config.xml文件
  2. find this node and change the value to ' false ' 找到此节点并将值更改为' false '

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

Enjoy browsing weblogic console! 享受浏览weblogic控制台的乐趣!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM