websphere之IBM WebSphere Application Server 中受监控部署的轮询间隔是多少
linjiqin
阅读:34
2025-02-15 21:57:57
评论:0
IBM WebSphere Application Server 中受监控部署的轮询间隔是多少 它是默认启用的吗? 我们如何手动启用它。
我们如何在 WSADMIN 的帮助下更改目录
更改与之相关的任何配置是否需要服务器回收?
请您参考如下方法:
在您可以使用受监控的目录应用程序部署服务之前,您必须启用它。您可以选择更改默认的监视目录和轮询间隔值。默认未开启监控目录应用部署服务,监控目录为app_server_root/monitoredDeployableApps,轮询间隔为5秒。
您可以使用管理控制台或 wsadmin 脚本来启用或禁用受监控的目录部署以及更改受监控的目录和轮询间隔。
monitoredDirectoryDeployment 对象具有以下属性:
程序
Use the Global deployment settings page of an administrative console to set monitored directory values.
Click Applications > Global deployment settings.
To enable monitored directory deployment, select Monitor directory to automatically deploy applications.
To disable monitored directory deployment, clear Monitor directory to automatically deploy applications.
To change the monitored directory path, specify a new value for Monitored directory.
Ensure that the directory that you specified for Monitored directory exists. The product does not create the directory for you.
To change the polling interval, specify the number of seconds for Polling interval.
Click Apply.
If you are using an administrative console for a base (stand-alone) application server to change monitored directory values, restart the application server.
If you are using an administrative console for a deployment manager to change monitored directory values, restart the deployment manager.
您可以访问 IBM 页面了解更多..
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。