What is the difference between starting TOMCAT6 on an Ubuntu system using the following methods:
/usr/share/tomcat6/bin/startup.sh
sudo /etc/init.d/tomcat6 start
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use either one. I use startup.sh when I need to manage tomcat myself. I use the /etc/init.d script when I want to run tomcat as a daemon/service.