How to start an aggregate jetty-server JAR from Ant?

前端 未结 1 1756
不知归路
不知归路 2021-01-17 04:24

Background

Disclaimer: I have very little experience with Java.

We previously used a wrapped version of Jetty 6 for on-demand sta

相关标签:
1条回答
  • 2021-01-17 04:38

    You use it as a dependency for an embedded usage of jetty.

    http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty

    it is not appropriate for usage with the start.jar, that is a mechanism for knitting together a classpath suitable to launch jetty with, not as a generalized jar launcher.

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