Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b566172b271d0e75238500a57730faf877274e16 (plain) (tree)

























                                                 
# The XMLs we expect (order is important)
XML|${jetty.home}/etc/jetty-logging.xml
XML|${jetty.home}/etc/jetty.xml
XML|${jetty.home}/etc/jetty-http.xml

# The LIBs we expect (order is irrelevant)
LIB|${jetty.home}/lib/jetty-continuation-TEST.jar
LIB|${jetty.home}/lib/jetty-http-TEST.jar
LIB|${jetty.home}/lib/jetty-io-TEST.jar
LIB|${jetty.home}/lib/jetty-schemas-3.1.jar
LIB|${jetty.home}/lib/jetty-server-TEST.jar
LIB|${jetty.home}/lib/jetty-util-TEST.jar
LIB|${jetty.home}/lib/jetty-xml-TEST.jar
LIB|${jetty.home}/lib/servlet-api-3.1.jar
LIB|${jetty.base}/lib/logging/slf4j-api.jar
LIB|${jetty.base}/lib/logging/jul-to-slf4j.jar
LIB|${jetty.base}/lib/logging/logback-core.jar
LIB|${jetty.base}/lib/logging/logback-classic.jar
LIB|${jetty.base}/resources

# The Properties we expect (order is irrelevant)
PROP|jetty.port=9090

# Other File References
FILE|logs/
FILE|resources/

Back to the top