RE: JNDI ldaps Problem with SSO

2021-05-18 Thread Susan.Wood
Hi Chris Thank you for your fast reply When we are using plain ldap 3268, all works fine with those settings: Good: ldap://x..com:3268; userBase="DC=XXXINTRA,DC=CH" userSubtree="true" userSearch="(sAMAccountName={0})"

Re: ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-18 Thread Mark Thomas
On 18/05/2021 19:53, Mathiazhagan, Saravanakumar TPC wrote: Can you please let me know if the above 32-bit isapi_redirect.dll file can be used with Jboss EAP 7.2.7 server? If so, please guide me on what could be causing the sticky session issue. I can't think of any reason why not. I

ISAPI redirector for Microsoft IIS, Jboss EAP 7.2 - sticky session issue

2021-05-18 Thread Mathiazhagan, Saravanakumar TPC
Hi, I am trying to configure the ISAPI redirector for Microsoft IIS web server to Jboss EAP7.2 app server and facing issues with Load balancing. The requests for the same session are not sticking to a single server and keeps switching between different servers, hence session is getting cleared

Re: Managing Tomcat Webapps Traffic Access

2021-05-18 Thread Mar Sil
Hi Mark, I was away and that's why I did not provide an outcome. For whatever reason, despite following the steps you have provided, the foo.xml file was removed after the deployment. However, I did some work around it and added a piece of code on Puppet. So, this makes sure the file is always at

Re: JNDI ldaps Problem with SSO

2021-05-18 Thread Christopher Schultz
Susan, On 5/18/21 09:43, susan.w...@swisscom.com wrote: Hi all apache-tomcat-8.0.36 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) We are having a problem with our Single sign On config. When

Re: maxConnections behaving unexpected - no connection gets ever refused

2021-05-18 Thread Christopher Schultz
Paul, On 5/18/21 07:44, Paul P Wolf wrote: Hi, I am trying to run a spring boot application with an embedded tomcat. In a scenario, where there is a lot of load on the service, I would like tomcat to refuse connections or return something like a 503 Service Unavailable. From what I

RE: ExpiresFilter throws NPE repeatedly

2021-05-18 Thread Todd Patch
Thank you, Christopher. Your feedback was very helpful. -Original Message- From: Christopher Schultz Sent: Monday, May 17, 2021 5:33 PM To: users@tomcat.apache.org Subject: Re: ExpiresFilter throws NPE repeatedly Todd, On 5/17/21 15:37, Todd Patch wrote: > Hello, > > I am working

JNDI ldaps Problem with SSO

2021-05-18 Thread Susan.Wood
Hi all apache-tomcat-8.0.36 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) We are having a problem with our Single sign On config. When using ldap - all works well. When switiching to ldaps , the

maxConnections behaving unexpected - no connection gets ever refused

2021-05-18 Thread Paul P Wolf
Hi, I am trying to run a spring boot application with an embedded tomcat. In a scenario, where there is a lot of load on the service, I would like tomcat to refuse connections or return something like a 503 Service Unavailable. From what I understand, you could have this behaviour by setting

Re: How to access Tomcat session objects directly via JavaScript?

2021-05-18 Thread leo
On 17 May 2021, at 22:19, Christopher Schultz wrote: > Leo, > > On 5/15/21 21:16, leo wrote: >> Hi Folks >> >> In a small scale personal project served by Tomcat I record things per >> logged-in user. The user is available as an attribute to Tomcat’s session >> objects. In the JSP pages I

Re: How to access Tomcat session objects directly via JavaScript?

2021-05-18 Thread leo
On 17 May 2021, at 16:41, Luis Rodríguez Fernández wrote: > Hello Leo, > > You can add your custom header in the response via the > HttpServletResponse.addHeader() [1] method. > That’s exactly what I was looking for! …However it doesn’t help much, because I have just discovered that

Re: Regarding : Bug 62273

2021-05-18 Thread Mark Thomas
On 17/05/2021 22:01, Venkata Rajesh Kotha wrote: Tomcat version - 9.0.24 OS - RHEL 8.3 , 64 bit This is regarding Bug 62273 RFC 7230 and RFC 3986 Your suggestion is to add relaxedPathChars and relaxedQueryChars to overcome invalid special characters (i.e, [ , ] , { etc) issue in URL. Do we