问题
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
- find config.xml file on DOMAIN-HOME\config directory
- find this node and change the value to 'false'
<administration-port-enabled>true</administration-port-enabled>
来源:https://stackoverflow.com/questions/21656635/how-to-disable-admin-port-in-weblogic-without-weblogic-console