Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section describes what is required to install the FEWS Web Services using the tomcat manager application. For the latest information please refer to the Tomcat documentation itself.

To use the tomcat manager applcation, create a user and pass in "${catalina.home}"\conf\tomcat-users.xml for the role manager-gui, for example:

Code Block
  <role rolename="manager-gui"/>
  <user username="admin" password="pass" roles="manager-gui"/>

Start the webservice on Windows via Windows Task Manager > Services > Apache tomcat >(right click)> Start. 
Image Added

Navigate in a webbrowser to http://localhost:8080, select the Manager App and log in with user you created during the Tomcat installation (see above).
Within the listed Applications, you'll find /FewsWebServices, which should already be running.