如何屏蔽weblogic控制台

<console-context-path>cfg</console-context-path>
  <server>
    <name>AdminServer</name>
    <ssl>
      <enabled>false</enabled>
    </ssl>
    <listen-port>7001</listen-port>
    <listen-address></listen-address>
    <key-stores>CustomIdentityAndCustomTrust</key-stores>
  </server>

你可能感兴趣的:(weblogic)