Description:
Things to check if Tomcat will not start, on an eHealth server
Solution:
Whenever tomcat has issues starting:
- Make sure tomcat.exe still exists under %NH_HOME%/web/tomcat/bin
- Make sure java is still installed under %NH_HOME%/Jre (make sure it is all there)
- Check that java_home = d:/ehealth/jre
- Run:
nhWebUtil -setupTomcat
This will regenerate the tomcat config files. Restart tomcat afterwards.
If it doesn't start after this, make sure the NH_DB_CONNECT_STRING var is correct and the dbconnect string is correct in the $NH_HOME/web/tomcat/conf/server.xml has the correct value.
must match url="jdbc:oracle:thin:@SERVERNAME_EHEALTH"