web-applications – 在特定时间重启一个tomcat 7 webapp?

Tomcat 7正在 Windows系统上运行.我需要每天在特定时间重新启动其中一个deplyoed Web应用程序.
是否可以选择通过脚本或(更好)tomcat提供这样做的功能

是否可以使用Curl模拟“列表应用程序”页面上的重新加载按钮上的单击?

解决方法

curl --user admin:admin http://localhost:8080/manager/text/reload?path=/myapp

Doc这里:Manager App HOW-TO,Reload An Existing Application

用户需要manager-script角色,因为文档说:

It would be quite unsafe to ship Tomcat with default settings that
allowed anyone on the Internet to execute the Manager application on
your server. Therefore,the Manager application is shipped with the
requirement that anyone who attempts to use it must authenticate
themselves,using a username and password that have the role
manager-script associated with them. Further,there is no username in
the default users file ($CATALINA_BASE/conf/tomcat-users.xml) that is
assigned this role. Therefore,access to the Manager application is
completely disabled by default.

注意:Tomcat 6使用不同的管理URL. (Apache Tomcat 6.0 Manager App HOW-TO)

相关文章

操作步骤 1、进入elasticsearch的plugin,进入ik。进入config。 2、在config下面建立以.dic为后缀的字典...
lengend data数据中若存在'',则表示换行,用''切割。
代码实现 option = { backgroundColor: '#080b30', tooltip: { trigger: &...
问题原因 原因在于直接在js中取的变量并复制给var变量。 于是就变成这样。 解决办法 var data = &#...
前言 最近做了一个调查问卷导出的功能,需求是将维护的题目,答案,导出成word,参考了几种方案之后,选...
对于很多人来说,用字符编码都是熟能生巧,而不清楚为什么是那样的字符编码,所以我在这列了一个表,翻...