Versions Compared

Key

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

...

No Format
# cd /usr/local/tomcat/webapps
# cp /path/to/cams.war .
# chown tomcat:tomcat cams.war

Create the application's logs directory as needed:

No Format

# mkdir /usr/local/cams/logs
# chown tomcat:tomcat /usr/local/cams/logs
Create a Java keystore containing the application client certificate

...