- 1 Minute à lire
- Impression
- PDF
Step 7: Optional configurations
- 1 Minute à lire
- Impression
- PDF
Configuring Tomcat to run on a different port
It is possible to change Tomcat’s default ports by editing the server.xml file in the Tomcat’s conf directory.
To change the Tomcat’s ports:
Open the tomcat_installation_path/conf/server.xml file.
Find the following lines:
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
Change the value of the connector port to a port that is free on the machine, and save the file.
Configuring Tomcat to run as a service
Configure Tomcat to run as a Windows service
It is possible to run Tomcat as a service by reading the following procedure Windows Service HOW-TO.
Configure Tomcat to run as a Linux service
Its is possible to run Tomcat as a service.
Refer to your Unix distribution documentation.
Running iObeya over HTTPS
To secure the access to iObeya with HTTPS (HTTP over SSL):
either enable HTTPS connector on Tomcat,
or use an Apache HTTPD as a proxy that handles HTTPS connections.
SSL encryption is a good way to encrypt iObeya data and user logins to avoid the risk of being intercepted and read during transport.
No modification of iObeya is required when switching to a secure connection.
For more details, refer to:
Monitoring iObeya using JMX
It is possible to keep an close eye on your instances and make informed decisions for optimization and maintenance by monitoring iObeya using the JMX interface.
See Monitoring iObeya using JMX to find out more about enabling and using JMX.