Run Java application as a service

前端 未结 8 1751
面向向阳花
面向向阳花 2020-12-13 07:21

I would like to run a Java application as a service. Unfortunately, I am limited in that I can\'t use something like the Java Service Wrapper (which does appear to be an ex

相关标签:
8条回答
  • 2020-12-13 07:51

    Another option, Apache Commons Daemon's procrun.

    See http://commons.apache.org/daemon/

    0 讨论(0)
  • 2020-12-13 07:51

    The most simple way I found was RunAsService.

    A co-worker recommended a tool called SC, but I did not try it.

    0 讨论(0)
提交回复
热议问题