Skip to content

Tomcat configuration

Please advise the Apache Tomcat Configuration Reference before making any changes to any Tomcat configuration file. Below we will explain some basic configuration options and how they affect the Easit GO connector.

[ServiceName]w.exe (Windows)

[ServiceName]w.exe is a GUI application for monitoring and configuring Tomcat services. In this GUI you can set options that will be passed to the JVM, service display name, service startup mode, what user the service runs / logon as, initial and maximum memory allocation.

server.xml

In this file we configure what port the Tomcat service, and by proxy the Easit GO connector, listens to. For example, if we in server.xml set the connector port to 8080 for protocol HTTP we can connect locally on the server with http://localhost:8080.

  • Server.Service.Connector.port (Protocol = HTTP) = 8080

Further configuration

Please advise Apache Tomcat Configuration Reference