You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a java-based agent I wrote for a customer who had a need for monitor legacy equipment. The agent uses [Apache Commons Procrun](https://commons.apache.org/proper/commons-daemon/procrun.html) utility so the agent will run as a Microsoft Windows service. The agent settings can be controlled using the config.properties file located under /src/main/resources.
2
+
This is a java-based agent I wrote for a customer who had a need to monitor legacy equipment. The agent uses[Quartz Scheduling](http://www.quartz-scheduler.org) for scheduled tasks and[Apache Commons Procrun](https://commons.apache.org/proper/commons-daemon/procrun.html) utility so the agent will run as a Microsoft Windows service. The agent settings can be controlled using the config.properties file located under /src/main/resources.
3
3
4
4
## Instructions
5
5
You can find the following instructions on [Stack Overflow](http://stackoverflow.com/questions/68113/how-to-create-a-windows-service-from-java-app), but I will put them here for posterity.
0 commit comments