In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to start and shut down Tomcat under Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Tomcat is a small and lightweight application server, which is widely used in small and medium-sized systems and not many concurrent access users. It is the first choice for developing and debugging JSP programs.
Change to the bin directory under the tomcat home directory (cd usr/local/tomcat/bin)
1. Start the tomcat service
Method 1: start the. / startup.sh directly
Method 2: start nohup. / startup.sh & as a service
Mode 3: start the console dynamic output mode. / catalina.sh run dynamically displays the console output information of the tomcat background, exit and shut down the service after Ctrl+C
Explanation:
Tomcat started through mode 1 and mode 3 has a drawback. When the client connection is disconnected, the tomcat service will stop immediately, and mode 2 can run as a linux service all the time.
The log of tomcat started by mode 1 and mode 2 will be written to the corresponding log file, but the output information and errors of the tomcat console can not be viewed dynamically. Through mode 3, the tomcat service can be started in console mode.
Directly see the background console output information when the program is running, and you don't have to open the catalina.out log file to view it every time, so it is easy to track and check the background output information. The tomcat console information includes output information such as log4j and System.out.println ().
2. Shut down the tomcat service
. / shutdown.sh
Thank you for reading! This is the end of the article on "how to start and close Tomcat under Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.