Tomcat配置问题
我们有一个使用tomcat(7.0.19)在Windows机器(64位)上部署的Web应用程序,有时tomcat会自动关闭(在生产服务器上)并且有人必须手动重新启动它,有什么方法可以重新启动它自动tomcat服务器(任何插件,开源软件)?
它是一个托管在 Windows Server 2003 上的 Java Web 应用程序,使用 tomcat 7..
任何帮助将不胜感激?
We have a web application deployed on windows machine(64-bit) using tomcat (7.0.19) ,sometimes tomcat gets shut-down automatically (on production server) and someone have to restart it manually , is there is any way to restart the tomcat server automatically (any plugin , open source software)??
Its a Java web app hosted on windows server 2003 , using tomcat 7..
any help would be appreciated ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定你可以让 tomcat 作为服务运行。查看有关如何实现此目的的 tomcat 文档
I'm pretty sure you can have tomcat running as a service. Check out the tomcat documentation on how to achieve this