In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to restart the Tomcat service regularly in Linux. The editor thinks it is very practical, so I share it with you. I hope you can get something after reading this article.
1. Write tomcat_shutdown.sh:
#! / bin/sh
Export JAVA_HOME=/home/oracle/jdk1.7.0_67/
Export CLASSPATH=$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
Export PATH=$JAVA_HOME/bin:$PATH
Echo "= begin stop the tomcat="
'/ home/oracle/apache-tomcat-7.0.29/bin/shutdown.sh'
2. Write tomcat_startup.sh:
#! / bin/sh
Export JAVA_HOME=/home/oracle/jdk1.7.0_67/
Export CLASSPATH=$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
Export PATH=$JAVA_HOME/bin:$PATH
Echo "= begin start the tomcat="
'/ home/oracle/apache-tomcat-7.0.29/bin/startup.sh'
3. In the linux system terminal, enter the command "crontab-e":
4. In the vi interface, enter:
01 03 * / home/oracle/auto_exec/tomcat_shutdown.sh
03 03 * / home/oracle/auto_exec/tomcat_startup.sh
5. Use the "crontab-l" command to view the settings of scheduled tasks.
Using the "tail / var/spool/mail/xxxx" command, you can view the log of scheduled task execution.
6. If prompted in the log:
/ bin/ sh ^ M: bad interpreter: No such file or directory
Analysis: this is caused by different system coding formats: .sh files edited in the windows system may have invisible characters, so execution in the Linux system will report the above exception information.
Solution: (UltraEdit): File-- > Conversions-- > DOS- > UNIX.
The above is how to restart the Tomcat service regularly in Linux. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
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.