![]() ![]() ![]() |
Before setting up EventLog Analyzer Admin Server in your enterprise, ensure that the following are taken care of.
EventLog Analyzer Admin Server requires the following ports to be free:
Port Number | Usage |
---|---|
8400 | This is the default web server port. You will connect to the EventLog Analyzer from a web browser using this port number. You may change this port during installation. |
8763 | This is the default HTTPS port. You will connect to the EventLog Analyzer from a web browser in secured mode using this port number. |
33335 | This is the port used to connect to the MySQL database in EventLog Analyzer. |
![]() |
Look up Changing Default Ports for help on changing the default ports used by EventLog Analyzer |
Apart from the System Requirements, the following setup would ensure optimal performance from EventLog Analyzer.
Changing the default MySQL port:
Change the port number in the following line to the desired port number:
<connection-url>jdbc:mysql://localhost:33335/eventlog</connection-url>
Changing the default web server port:
<binding port="8400"/>
![]() ![]() ![]() |