Difference between revisions of "Install Apache Tomcat"
Jump to navigation
Jump to search
(→Installing the Apache Tomcat) |
(→Installing the Apache Tomcat) |
||
Line 11: | Line 11: | ||
Tomcat's default configuration is to serve any applications on port 8080. That means, the Fusion Registry user interface will be available on the following URL:<br> | Tomcat's default configuration is to serve any applications on port 8080. That means, the Fusion Registry user interface will be available on the following URL:<br> | ||
<nowiki>http://localhost:8080/FusionRegistry</nowiki> | <nowiki>http://localhost:8080/FusionRegistry</nowiki> | ||
+ | |||
+ | You will need to choose a different port if an application is already using port 8080. | ||
+ | |||
+ | * Go to tomcat>conf folder | ||
+ | * Edit server.xml | ||
+ | * Search "Connector port" | ||
+ | * Replace "8080" by your port number | ||
+ | * Restart tomcat server. |
Revision as of 05:26, 15 September 2020
Overview
Fusion Registry Core, Fusion Edge Server and other modules are Java applications which run under a Java Web Application Server.
A number of different open source and commerical options are available, but this guide explains how to install the free to use Apache Tomcat.
Installing the Apache Tomcat
Download and install Apache Tomcat.
Choose either Tomcat 8.5 or 9.0.
Tomcat's default configuration is to serve any applications on port 8080. That means, the Fusion Registry user interface will be available on the following URL:
http://localhost:8080/FusionRegistry
You will need to choose a different port if an application is already using port 8080.
- Go to tomcat>conf folder
- Edit server.xml
- Search "Connector port"
- Replace "8080" by your port number
- Restart tomcat server.