Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 38343  / 1 Year ago, tue, january 24, 2023, 10:27:42

Which way should I install Apache Tomcat 7 on my Ubuntu:




  1. Using sudo apt-get install tomcat7

  2. From the zip file downloaded from Apache website.



I don't want the server to start on each boot. As most of the time I will be using it in my Eclipse to run simple Web applications. So, do I need to install it any other way to avoid tomcat start automatically?


More From » 12.04

 Answers
0

You can use sudo apt-get install tomcat7 to install Tomcat.



To disable autostarting, run the following command after installing:



sudo update-rc.d tomcat7 disable

[#30644] Tuesday, January 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ngthmated

Total Points: 12
Total Questions: 115
Total Answers: 113

Location: Saint Vincent and the Grenadines
Member since Wed, Apr 21, 2021
3 Years ago
;