You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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:

  <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. 

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. 

  • No labels