Re: need help with websocket

2017-03-29 Thread Robert Lewis
WSS will work if you enable and configure the HTTPS connector in server.xml. This part of the configuration is not really wss specific and tomcat site contains a bunch of good docs on how to do this. > On Mar 29, 2017, at 4:40 PM, Sharat Jagannath wrote: > > The code on the tomcat page does no

Re: need help with websocket

2017-03-29 Thread Sharat Jagannath
The code on the tomcat page does not have examples for wss. But I will look into his ngnix is configured Thanks On Mar 29, 2017 1:15 PM, "Mark Eggers" wrote: > Sharat, > > On 3/29/2017 9:23 AM, Sharat Jagannath wrote: > > I get a 404 error when I call my server endpoint with wss. > > I'm using

Re: need help with websocket

2017-03-29 Thread Mark Eggers
Sharat, On 3/29/2017 9:23 AM, Sharat Jagannath wrote: > I get a 404 error when I call my server endpoint with wss. > I'm using tomcat 9 which sits behind ngnix. Does that make a difference? > here's how my server.xml looks like- > > > > > > > > > >SSLEngine="on" /> > >cla

Re: need help with websocket

2017-03-29 Thread Sharat Jagannath
I get a 404 error when I call my server endpoint with wss. I'm using tomcat 9 which sits behind ngnix. Does that make a difference? here's how my server.xml looks like-

Re: need help with websocket

2017-03-29 Thread calder
On Tuesday, March 28, 2017, Sharat Jagannath wrote: > how do i setup websocket on server side for using wss with tomcat config? > is there any config i need to do with tomcat? any certification to setup? > Read up using the How-to: https://tomcat.apache.org/tomcat-8.0-doc/web-socket-howto.htm

need help with websocket

2017-03-28 Thread Sharat Jagannath
how do i setup websocket on server side for using wss with tomcat config? is there any config i need to do with tomcat? any certification to setup? Thanks -- Sharat Jagannath