Versions Compared

Key

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

...

The root of the tomcat installation is referred to as "${catalina.home}" and will be used from here. The root of a tomcat installation can be recognized by the webapps and conf directories.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"/>

 

FEWS Installation

If Tomcat is succesfully installed, the FEWS configuration installation can be done. FEWS itself (i.e. the bin\ folder) is packaged inside the FewsWebServices.war.

...