B
B
bychok3002016-10-04 11:46:27
linux
bychok300, 2016-10-04 11:46:27

How to exclude apache tomcat from startup?

Every time I want to run a project in eclipse, I get an error that tomcat is already running, its status is stopped. I restart with my hands from the console, everything works. If you just turn on the computer and go to localhost:8080 there will be a greeting from Tomcat that everything is working, how can I exclude Tomcat from startup so that it turns on only when I tell it to?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel, 2016-10-04
@bychok300

systemctl stop tomcat7
systemctl disable tomcat7

R
romy4, 2016-10-04
@romy4

depending on which Linux, different utilities
on centos and debian are completely different managers. yes, they are on ubuntu.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question