Proxy authentication support for the Tomcat Websocket Client

2018-04-13 Thread Joseph Mokos
I'm writing a websocket client using the Tomcat JSR356 compliant websocket library. My client must connect through a proxy that requires authentication. I've successfully connected through the proxy without authentication using the JDK ProxySelector. But I can't figure out how to configure p

Re: Is LDAP connection failing?

2018-04-13 Thread Luis Rodríguez Fernández
Hello Felix, Thanks for your feedback! Actually I realized that with userPattern I do not need to declare neither userBase nor userSubtree. roleSubtree="true", indeed! Nevertheless with "1" was working for me anyway... Cheers, Luis 2018-04-11 11:32 GMT+02:00 Felix Schumacher < felix.schumac..

RE: Training material is now on-line

2018-04-13 Thread Pablo.FLORENCIO-JIMENEZ
Thank you Mark, I really enjoyed the training! -Original Message- From: Woonsan Ko [mailto:woon...@apache.org] Sent: Friday, April 13, 2018 3:22 PM To: Tomcat Users List Subject: Re: Training material is now on-line Enjoyable and beautiful! Woonsan On Wed, Apr 11, 2018 at 6:32 PM, Mark

tomcat clustering multicast IGMPv3 SSM

2018-04-13 Thread Chris P.
Is Tomcat clustering supported with Source Specific Multicast (IGMPv3). I can't find any documentation about this (and my attempts have failed), if this is not supported, is my best bet to use StaticMembershipInterceptor so that I can cluster accross VLANs?

Re: Training material is now on-line

2018-04-13 Thread Woonsan Ko
Enjoyable and beautiful! Woonsan On Wed, Apr 11, 2018 at 6:32 PM, Mark Thomas wrote: > Hi all, > > Thanks to the magic of GitHub pages, the Tomcat training material that > was used for the recent training session is now available on-line here: > > https://apache.github.io/tomcat-training/ > > Th

Tomcat trying to instantiate Annotation Class that aggregates @WebListener

2018-04-13 Thread Ahmed, Tarek
Hi all, I have a homegrown annotation @HealthCheck that aggregates @WebListener like this: @Target({TYPE}) @Retention(RUNTIME) @WebListener public @interface HealthCheck { ... } The idea is that classes annotated with this, being web listeners, are automatically instantiated in a web applicatio

Re: Tomcat websocket server onclose failed( Tomcat 8.5)

2018-04-13 Thread Mark Thomas
On 13/04/18 03:13, Funian Li wrote: > 2018-04-12 4:19 GMT+08:00 Mark Thomas : > >> On 11/04/18 09:50, Funian Li wrote: >>> Dear All, >>> >>> A problem happen when tomcat websocket server was used. >> >>> Exact Tomcat version? >> >>> If not 8.5.30, does the problem still occur if you upgrade to