Skip to content

Commit

Permalink
Commented duplicated code is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Aug 26, 2023
1 parent 4fca66f commit 5c2b9be
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ public static void main(String[] args) throws Exception
bb.setContextPath("/");
bb.setWar("src/main/webapp");

// uncomment the next two lines if you want to start Jetty with WebSocket (JSR-356) support
// you need org.apache.wicket:wicket-native-websocket-javax in the classpath!
// ServerContainer serverContainer = WebSocketServerContainerInitializer.configureContext(bb);
// serverContainer.addEndpoint(new WicketServerEndpointConfig());

// bb.getSessionHandler().setSessionCache(sessionCache);

ServerContainer serverContainer = WebSocketServerContainerInitializer.initialize(bb);
Expand Down

0 comments on commit 5c2b9be

Please sign in to comment.