ServiceManager Installation for Tomcat Follow
The installation can be performed either on premises or on the cloud.
Install & Configure Tomcat
Please follow the instructions on the apache-tomcat website: Tomcat Installation guide
Validate Tomcat is properly installed by navigating to http://<tomcat_host>:8080/ - If you see a Tomcat screen, it means that Tomcat is properly installed.
Configure Users in Tomcat for AuraPlayer
See Create Users and Roles in Tomcat.
Java version requirements
Please see Java version for ServiceManager server.
Deploy AuraPlayer's ServiceManager to Tomcat
Deploy ServiceManager.war to Tomcat 8.x, 9.x
- Shutdown Tomcat Server
- Copy ServiceManager.war to the webapps directory under Tomcat Installation e.g. <tomcat>\webapps
- Start Tomcat Server
Deploy ServiceManager.war to Tomcat 10.x and Tomcat 11.x
- Shutdown Tomcat Server
- Under <tomcat> directory, create a new directory: "webapps-javaee"
- Copy ServiceManager.war to the webapps-javaee directory under Tomcat Installation e.g. <tomcat>\webapps-javaee
- Start Tomcat Server
Openning the ServiceManager
Access the ServiceManger by openning: http://<tomcat_host>:<port>/ServiceManager
Enter the username and password that you congfigured above.
After successfully logging-in, you'll see the main screen:
Please refer to the Service Manager user guide for more information.
Comments
0 comments
Please sign in to leave a comment.