On 07/02/2019 00:31, Jesse Schulman wrote:
> Is it possible for tomcat to run with HTTP2 and WebSockets on the same
> connector? I have tried configuring it myself and looked for examples
> without success.
This works out of the box.
I have confirmed the behaviour with my local build of 9.0.x bu
I could add a second port but then I’d have to change how the load balancer
works to add even more magic there than I already have... not sure http2 is
worth that effort.
On Wed, Feb 6, 2019 at 6:54 PM John Larsen wrote:
> I am interested in this too. Basically we've had to set another port in
>
I am interested in this too. Basically we've had to set another port in
which the app can access tomcat for websockets directly. We've not been
able to get this to work over httpd.
John
On Wed, Feb 6, 2019 at 5:32 PM Jesse Schulman wrote:
> Is it possible for tomcat to run with HTTP2 and WebSoc