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
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
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
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-
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
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