java - tomcat v8.0 doesn't start at ubuntu -
this question has answer here:
i'm new here, sorry if asked bad question it's tomcat, have ubuntu 14.04 ans eclipse installed tomcat v8.0 , when start it, doesn't worked , show me error message :
"several ports (8005, 8080, 8009) required tomcat v8.0 server @ localhost in use. server may running in process, or system process may using port. start server need stop other process or change port number(s)."
i need solution , thank much
either stop service(s) running on ports (you can find out "lsof -i" suggested flafoux or have @ http://www.cyberciti.biz/faq/what-process-has-open-linux-port/ alternatives) or change port of tomcat. need modify ports in file "{tomcat-directory}/conf/server.xml" (see documentation here , here if need more details).
Comments
Post a Comment