Tomcat does not start
Follow these steps to determine why Tomcat does not start.
- Verify that Tomcat is NOT already running by typingsm_service show.Tomcat may be running from a prior install, or was started outside of thesm_servicemechanism. Also, another instance of Tomcat or another web server may be running on the system that prevents this Tomcat instance from binding to port 8080, causing it to shut down.
- Verify the underlying application is not already running Tomcat by typingps -ef | grep java.If you see that the/opt/InCharge/SAM/smarts/tomcat/bin/bootstrap.jarprocess is running, then Tomcat is likely running as well.
- Review the messages inSAM/smarts/local/logs/tomcat/catalina.outandSAM/smarts/local/logs/tomcat/catalina.<.date>.log