RE: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-24 Thread Caldarale, Charles R
> From: Cyril Auburtin [mailto:cyril.aubur...@gmail.com] > Subject: Re: [Bug 56301] Websockets not working after 8.0.0-RC10 > Tomcat 8.0.0-RC10 is the stable version or is it 8.0.3? No version of Tomcat 8 has been released as stable. Look here: http://tomcat.a

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-24 Thread Cyril Auburtin
Thanks Mark for your useful reply, I thought the 8.0.1 version was supposed to be more stable than RCs? I'm still not sure about what you said about it I would first want to have an easy and stable servlet embedded server, it could be tomcat, glassfish or any other. Once I have this, I would be gl

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-24 Thread Mark Thomas
On 22/03/2014 19:15, Cyril Auburtin wrote: > Hi, thanks for your reply > > please see https://issues.apache.org/bugzilla/attachment.cgi?id=31426 with > the tomcat 8.0.1 (http://search.maven.org/#browse%7C-317025378) > and https://issues.apache.org/bugzilla/attachment.cgi?id=31427 with tomcat > 8.0

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-23 Thread Cyril Auburtin
Thanks man you bombed my thread, from which I was already not expecting a lot of answers, but well anyway.. 2014-03-23 3:31 GMT+01:00 Hardik Vaishnav : > Here is the example of what I am trying to do. > > JBoss Webserver Private IP : 192.168.10.100 > JBoss Webserver Public IP 172.x.x.x > > Serve

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Hardik Vaishnav
Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public IP 172.x.x.x Server connected to Jboss: 192.168.10.101 & 192.168.10.102 If I am on the Jboss machine I can access 192.168.10.101\abc\test.html If I am outside the network its not pos

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Cyril Auburtin
Hi, thanks for your reply please see https://issues.apache.org/bugzilla/attachment.cgi?id=31426 with the tomcat 8.0.1 (http://search.maven.org/#browse%7C-317025378) and https://issues.apache.org/bugzilla/attachment.cgi?id=31427 with tomcat 8.0.0-RC10 There's clearly a reply in the latter case. t

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Mark Thomas
On 22/03/2014 16:17, Cyril Auburtin wrote: > Hi, this issue concerns the tomcat-embed server, (likely also the normal > tomcat server) > after version 8.0.1, websockets can't be estblished like before. > > I tried from a simple websocket example (standard java websocket > implemented in tomcat8 >

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Cyril Auburtin
Hi, this issue concerns the tomcat-embed server, (likely also the normal tomcat server) after version 8.0.1, websockets can't be estblished like before. I tried from a simple websocket example (standard java websocket implemented in tomcat8 http://www.oracle.com/technetwork/articles/java/jsr356-19