tomcat - Weird error with tomcat7 service -
I'm running a tentet 7 inside a Docker Container when I run this command:
< Code> service tomcat7 start
It says:
start tomcat7 tomcat servlet engine [fail]
But 'this works!' Page and I see that my application is running. The logs in / var / log / tomcat7 do not show anything unusual. Is this the thing if it says that he has failed to start?
I do not have any other examples of Tomcat 7 on port 8080.
service
means that you are running init or systemd Docker is very unusual in the container. I have never worked it, usually you run a single process (eg. RUIN / USR / BIN / TOMAC 7), or manage many processes with supervision.
Comments
Post a Comment