在 Windows Server 2003 中自动重新启动服务
我在 Windows Server 2003 中有一个 Jboss 服务。有没有办法安排该服务每天自动重新启动?
I have a Jboss service in Windows server 2003. Is there a way to schedule the service to restart automatically on a daily basis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将以下命令放入批处理或 cmd 文件中,并使用 Windows 调度程序按所需的计划触发它。
Put the following commands in a batch or cmd file and use windows scheduler to trigger it at desired schedule.