JSR-356 - making the JSR happy enough to start

This commit is contained in:
Joakim Erdfelt 2013-08-06 09:32:49 -07:00
parent 12f6853900
commit 6278f8eb30
2 changed files with 11 additions and 4 deletions

View File

@ -43,14 +43,14 @@ OPTIONS=jndi,jndi.demo
# =========================================================== # ===========================================================
# Enable additional webapp environment configurators # Enable additional webapp environment configurators
# ----------------------------------------------------------- # -----------------------------------------------------------
OPTIONS=plus # OPTIONS=plus
etc/jetty-plus.xml # etc/jetty-plus.xml
# =========================================================== # ===========================================================
# Enable servlet 3.1 annotations # Enable servlet 3.1 annotations
# ----------------------------------------------------------- # -----------------------------------------------------------
OPTIONS=annotations # OPTIONS=annotations
etc/jetty-annotations.xml # etc/jetty-annotations.xml
# =========================================================== # ===========================================================
# Enable https listener # Enable https listener

View File

@ -79,6 +79,13 @@ jetty.dump.stop=false
etc/jetty.xml etc/jetty.xml
#===========================================================
# Servlet 3.x Annotation Support
#-----------------------------------------------------------
OPTIONS=plus,annotations
etc/jetty-plus.xml
etc/jetty-annotations.xml
#=========================================================== #===========================================================
# WebSocket Support # WebSocket Support
# To enable websocket server support (both apis) # To enable websocket server support (both apis)