JSR-356 - making the JSR happy enough to start
This commit is contained in:
parent
12f6853900
commit
6278f8eb30
|
@ -43,14 +43,14 @@ OPTIONS=jndi,jndi.demo
|
|||
# ===========================================================
|
||||
# Enable additional webapp environment configurators
|
||||
# -----------------------------------------------------------
|
||||
OPTIONS=plus
|
||||
etc/jetty-plus.xml
|
||||
# OPTIONS=plus
|
||||
# etc/jetty-plus.xml
|
||||
|
||||
# ===========================================================
|
||||
# Enable servlet 3.1 annotations
|
||||
# -----------------------------------------------------------
|
||||
OPTIONS=annotations
|
||||
etc/jetty-annotations.xml
|
||||
# OPTIONS=annotations
|
||||
# etc/jetty-annotations.xml
|
||||
|
||||
# ===========================================================
|
||||
# Enable https listener
|
||||
|
|
|
@ -79,6 +79,13 @@ jetty.dump.stop=false
|
|||
|
||||
etc/jetty.xml
|
||||
|
||||
#===========================================================
|
||||
# Servlet 3.x Annotation Support
|
||||
#-----------------------------------------------------------
|
||||
OPTIONS=plus,annotations
|
||||
etc/jetty-plus.xml
|
||||
etc/jetty-annotations.xml
|
||||
|
||||
#===========================================================
|
||||
# WebSocket Support
|
||||
# To enable websocket server support (both apis)
|
||||
|
|
Loading…
Reference in New Issue