Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

Steps:

  1. Create a file setenv.sh in Tomcat/bin folder
  2. Edit this file and set the variable CATALINA_PID with the pid.txt file path.

    Note: pid .txt file created at runtime in Tomcat/bin folder when tomcat gets started.

    Example
    CATALINA_PID=/opt/openspecimen/tomcat/bin/pid.txt
  3. When using shutdown.sh, use the option -force
    Example
    shutdown.sh -force
  • No labels