Re: Wicket 6 + WebSocket + Apache + mod_jk

2012-09-18 Thread sfwicket
http://tomcat.10.n6.nabble.com/Tomcat7-WebSocket-mod-jk-td4986848.html -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-WebSocket-Apache-mod-jk-tp4652073p4652128.html Sent from the Users forum mailing list archive at Nabble.com.

Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
Is there a working Wicket 6.0.0 Websocket example written in Java? The only demo provided here on the wiki page is written in Scala. https://cwiki.apache.org/WICKET/wicket-native-websockets.html The other demo I found has outdated dependencies on Wicket 6.0-SNAPSHOT and

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
, sfwicket li...@bgb.net wrote: Is there a working Wicket 6.0.0 Websocket example written in Java? The only demo provided here on the wiki page is written in Scala. https://cwiki.apache.org/WICKET/wicket-native-websockets.html The other demo I found has outdated dependencies on Wicket 6.0

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
got it - thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Websocket-Example-tp4652059p4652064.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe,

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
Thanks... the Tomcat artifact could be switched to 0.2 as well - I know its commented out but would make it easier switching from Jetty to Tomcat. Curious though in the example, ChartsResourceReference.java: JavaScriptHeaderItem.forReference(WicketWebSocketJQueryResourceReference.get())

Wicket 6 + WebSocket + Apache + mod_jk

2012-09-17 Thread sfwicket
I have realized my WebSocket connection was closing briefly after opening because I have Apache httpd on port 80 with mod_jk running in front of my Tomcat instance on port 8080. When I connect directly on 8080 to Tomcat the Wicket WebSocket demo app works. What is the recommended configuration