add spdy and websocket mod
This commit is contained in:
parent
54091990cb
commit
0032c1443d
|
@ -0,0 +1,7 @@
|
|||
|
||||
DEPEND=server
|
||||
|
||||
LIB=lib/spdy/*.jar
|
||||
|
||||
etc/jetty-ssl.xml
|
||||
etc/jetty-spdy.xml
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# WebSocket Feature
|
||||
#
|
||||
|
||||
# WebSocket needs Annotations feature
|
||||
DEPEND=server
|
||||
DEPEND=annotations
|
||||
|
||||
# WebSocket needs websocket jars (as defined in start.config)
|
||||
LIB=lib/websockets/*.jar
|
||||
|
||||
# WebSocket needs websocket configuration
|
||||
etc/jetty-websockets.xml
|
||||
|
Loading…
Reference in New Issue