Re: [OT] Specifying a Custom Authenticator Class

2021-10-06 Thread Jerry Malcolm
Chris, thanks so much.  But please bear with me.  I'm in the slow group I think I have a pretty good handle on creating the authenticator.  But take me from the top, using manager as an example.  In the web.xml file it has login auth-method set to BASIC.  I'm assuming that invokes BasicAuth

Re: Understanding websocket support in Tomcat

2021-10-06 Thread Mark Thomas
On 06/10/2021 11:02, Deshmukh, Kedar wrote: Hi, I would like to understand, How many concurrent websocket connections are allowed in tomcat ? As many as your hardware / OS will support. Is there any limit ? maxConnections on the Connector. Defaults to 8192. Use -1 for unlimited. Are con

Understanding websocket support in Tomcat

2021-10-06 Thread Deshmukh, Kedar
Hi, I would like to understand, How many concurrent websocket connections are allowed in tomcat ? Is there any limit ? Are connector worker-threads consumed for any websocket connect ? If not, then, is there any special configuration available for websockets ? Thanks, Kedar