Alternative to servicewrapper for java?

前端 未结 4 1167
南旧
南旧 2021-02-04 13:45

I\'ve used ServiceWrapper a few times in the past, however, the dual license is somewhat complex for commercial products (generally you have to pay them). Are there are fully F

相关标签:
4条回答
  • 2021-02-04 14:27

    Which functionality do you need exactly?

    In their table I didn't see anything non-trivial. But it would help if you narrow down your requirements.

    0 讨论(0)
  • 2021-02-04 14:27

    We use the open source JavaService package.

    Edit: We use an older version of this package (when it was being maintained by the original developer, Alexandria Software Consulting). I have not had a chance to look at the improvements made since then.

    0 讨论(0)
  • 2021-02-04 14:33

    YAJSW seems to be the best alternative, though I have not yet completed my evaluation.

    0 讨论(0)
  • 2021-02-04 14:47

    Try Apache Procrun. It's what Tomcat uses on Windows. There is also Apache jsvc for Unix; they are both part of a parent project called Apache Commons Daemon.

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