THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<gbean name="TomcatWebSSLConnector"> <attribute name="host">0.0.0.0</attribute> <attribute name="port">8443</attribute> </gbean> |
...