0

Jetty9 start.ini 与Jetty8 不同。在 Jetty8 中,我可以评论所有 xml 引用,然后可以禁用自己的 xml 设置,像这样

#etc/jetty-jmx.xml
#etc/jetty.xml
#etc/jetty-annotations.xml
#etc/jetty-ssl.xml
#etc/jetty-requestlog.xml
#etc/jetty-deploy.xml
#etc/jetty-overlay.xml
#etc/jetty-webapps.xml
#etc/jetty-contexts.xml
#etc/jetty-testrealm.xml
etc/jetty-jenkins.xml

但是在jetty9中,我在start.ini中找不到这个。我通过http://www.eclipse.org/jetty/documentation/current/serving-webapp-from-particular-port.html创建新设置,我想禁用 jetty9 自己的 xml 设置。

--module=websocket
--module=ext
--module=resources
--module=jsp
jsp-impl=apache
--module=jstl
--module=http
jetty.port=8080
http.timeout=30000
etc/ajetty-jenkins.xml

使用上面的配置,它可以加载ajetty-jenkins.xml,但是自己的webapp启动如此。如何禁用它。

4

0 回答 0