Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

If you need to change any of these ports you can edit the config.xml file located in the <geronimo_home>\var\config directory. In the config.xml file you will find the name of the network listener, host and port clearly identified. Here is an example:

Code Block
xml
xml
borderStylesolid
titleExcerpt from config.xmlxml
<gbean name="TomcatWebSSLConnector">
  <attribute name="host">0.0.0.0</attribute>
  <attribute name="port">8443</attribute>
</gbean>

...