Categories
Linux

WebLogic Server: Create, Extend and Remove Domains

Altering Server Port Settings
When you create a domain you will automatically create an AdminServer that listens on port 7001 by default. To change this, edit the “$MW_HOME/user_projects/domains/<domain-name>/config/config.xml” file, adding or amending the “listen-port” entry, shown in bold.

  <server>
    <name>AdminServer</name>
    <listen-port>7004</listen-port>
    <listen-address/>
    <server-diagnostic-config>
      <name>AdminServer</name>
      <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
  </server>

Thank you

Leave a Reply

Your email address will not be published. Required fields are marked *