In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
What if the tomcat in the linux system cannot be started? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.
When starting tomcat under linux, if the service startup is not successful, you can view the catalina.out log file under the logs folder. Cat my log file can get the following error message:
Cat catalina.outError: Exception thrown by the agent: java.rmi.server.ExportException: Port already in use: 8101; nested exception is:
Literally, my port 8101 is occupied, so use the command:
Netstat-anp
To see how each port is occupied by the process. The output of this command includes the pid of the process. After you get the pid, use the command:
Ps-ef | grep PID
You can view the details of the process.
If you confirm that this process can be stopped, use the command:
Kill pid
Then restart tomcat!
After reading this article, can you solve the problem that tomcat in linux system cannot be started on your own? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel. Thank you for reading.
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.