Versions Compared

Key

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

How to start/stop OpenSpecimen application? 

Linux :

On OpenSpecimen installation service gets created which is used to start/stop the application server.

...

  • sudo service openspecimen start
  • sudo service openspecimen stop
  • sudo service openspecimen restart

Windows:

Start: Go to Task manager => Services tab => Click on the "Apache Tomcat 9 (openspecimen)" service => Click on Start link. (In left panel)

Stop: Go to Task manager => Services tab => Click on the "Apache Tomcat 9 (openspecimen)" service => Click on Stop link. (In left panel)

If OpenSpecimen is not installed as a service, please refer to the wiki page to create a tomcat service manually.

Where to see OpenSpecimen Logs?

OpenSpecimen maintains application logs into its own log files.

Log The log is generated in os.log file, which is present in $OS_DATA_DIR/logs/ folder. 

$OS_DATA_DIR -  Absolute path The absolute path of the directory that contains OpenSpecimen app data (Uploaded consents, path reports, logs etc.). Data directory present inside the installation folder with name "os-data". 

Download/Email the os.log from UI

...