Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty 9.1 and startup (JSR-356 and Servlet 3.1 annotations)

So, with the JSR-356 effort in Jetty 9.1 the startup / start.ini has gotten more complex.

There is now a WebSocketConfiguration that needs to exist for the JSR to be supported.
It requires the jetty-annotations OPTIONS + xml, which also requires the jetty-plux OPTIONS + xml.

However, adding this as the default behavior in start.ini made the existing start.d/900-demo.ini invalid and prevented the startup of the demo webapps.

I'd like to start this discussion on what we should do for the default configuration in Jetty 9.1

I propose that servlet 3.1 annotations and jsr-356 be enabled by the default configuration for the distribution.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts

Back to the top