I’ve got the tomcat 7.8 full distro installed on EC2 the AMI is RHEL 7.4.
I’ve got the Java JDK configured as well as Maven and when I start up the application I can see the following in catalina
07-Feb-2018 21:39:41.136 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ec2-user/lib/server/apache-tomcat-8.0.47/webapps/camunda-welcome has finished in 1,419 ms
07-Feb-2018 21:39:41.150 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
07-Feb-2018 21:39:41.232 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
07-Feb-2018 21:39:41.233 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 31074 ms
There were no errors elsewhere in the logfile. However apart from that , there’s no sign of life.
When I ps -Al | grep camunda nothing comes back. Is this actually running? how can I check?