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。如何禁用它。