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

北慕城南 提交于 2019-12-01 14:08:06

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!