Hello,

I just tried to switch to "javax" websockets (from "tomcat" websockets)
was was done:
1) wicket version was changed to 7.0.0-M4
2) filter changed
to org.apache.wicket.protocol.ws.javax.JavaxWebSocketFilter
3) these 2 dependencies added to pom
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
<version>${wicket.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
<version>${wicket.version}</version>
</dependency>
4) Tomcat version is ensured to be 7.0.55

Result: "WebSocket connection to
'ws://localhost:5080/openmeetings/wicket/websocket?pageId=0&wicket-ajax-baseurl=&wicket-app-name=OpenmeetingsApplication'
failed: Error during WebSocket handshake: Unexpected response code: 404 "

No errors in the log on server start and while working

Should this configuration work? or maybe I'm missing something?

We are using "embeded Tomcat", it is started by Red5 (not sure how) maybe
this is the reason ....

Thanks in advance!

-- 
WBR
Maxim aka solomax

Reply via email to