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

2021-05-20 Thread Mathiazhagan, Saravanakumar TPC
Hi Mark, Thanks for the quick response. >I suspect some sort of configuration issue. A guess would be that JBoss >EAOP isn't configured to append the jvmRoute (to use the Tomcat >configuration setting name) to the session ID. I configured IE to show prompt when cookies are set. I can see the

RE: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-20 Thread Yeggy Javadi
Hi, Yes; that is what I get and as you can see among 8028 open files, 7474 are for TCPv6 sockets: java130244 root 7805u sock0,9 0t0 12294251 protocol: TCPv6 # ps -ef | grep tomcat root 130244 1 1 11:01 ?00:06:20 /usr/local/jre/bin/java

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-20 Thread tomcat/perl
Hi. According to the list below, you have 2 java (JVM) processes running on your system. One (PID = 130244) is the JVM which runs tomcat. This is visible when you look at the whole command-line. The other (PID = 130516) runs ElasticSearch, which I believe is not relevant here. So you

RE: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-20 Thread Yeggy Javadi
Hi Chris, Please indicate how to show lsof or netstat to *just the JVM* process. Below is the list of running processes on my server: UID PIDPPID C STIME TTY TIME CMD root 1 0 0 May07 ?00:00:14 /usr/lib/systemd/systemd --switched-root --system

Re: AW: AW: AW: maxConnections behaving unexpected - no connection gets ever refused

2021-05-20 Thread Christopher Schultz
Paul, On 5/19/21 08:32, Paul P Wolf wrote: sorry, my message was misformated, so here again with hopefully better formatting: The clients timeout because they spend more than timeout in the acceptCount/backlog queue waiting for Tomcat to call Socket.accept() Ok, so you are stating, that

Re: #tomcat on Freenode?

2021-05-20 Thread Christopher Schultz
Coty, On 5/19/21 15:28, Coty Sutherland wrote: Hi all, I was just notified about some mess going on with Freenode which has seemingly resulted in a mass exodus of users from the freenode servers. I read about this last night and I immediately thought "I wonder if Coty will say anything

Re: Fwd: [Community] try to add an community growth graph to the website

2021-05-20 Thread Shuyang Wu
Hi Mark, Thanks for the guidance! The problem is, I could not get the accurate commit date of each commit in the changelog, especially for those that not bind with bugzilla. If I take it right, the changelog would be the same or a subset of svn log, so I'm not sure if there is anything new I

Re: #tomcat on Freenode?

2021-05-20 Thread Coty Sutherland
On Thu, May 20, 2021 at 4:24 AM Rémy Maucherat wrote: > We should probably drop the IRC page and focus on the mailing lists for the > website (they are the only official channel). A wiki page can mention other > things like Slack. > Yeah, I like that idea. Let's drop the IRC page and add an

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-20 Thread Christopher Schultz
Yeggy, On 5/19/21 19:37, Yeggy Javadi wrote: Hi Chris, Thanks for your email. Below are replies to your questions: 1. Did you upgrade anything recently (like Java VM)? [YJ] To support Linux 8, only Postgres was upgraded from version 9.3 to 9.6. 2. What is error you are seeing? A full stack

Re: JNDI ldaps Problem with SSO

2021-05-20 Thread Christopher Schultz
Susan, On 5/18/21 16:58, susan.w...@swisscom.com wrote: 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"

RE: Tomcat SSL stops working after an undetermined amount of time

2021-05-20 Thread John.E.Gregg
It's "ssl,handshake." > -Original Message- > From: Ezsra McDonald > Sent: Thursday, May 20, 2021 10:43 AM > To: Tomcat Users List > Subject: Re: Tomcat SSL stops working after an undetermined amount of > time > > Mark, > > Thanks for your response. > > I did not see anything in the

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-20 Thread Mark Thomas
On 20/05/2021 16:42, Ezsra McDonald wrote: Mark, Thanks for your response. I did not see anything in the logs. This morning I added ' -Djava.net.debug=handshake' to my configuration. I did not see any SSL debug information in my logs. Perhaps I did this wrong or need to use a different

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-20 Thread Ezsra McDonald
Mark, Thanks for your response. I did not see anything in the logs. This morning I added ' -Djava.net.debug=handshake' to my configuration. I did not see any SSL debug information in my logs. Perhaps I did this wrong or need to use a different argument? I expected the debug to be in the access

Re: AW: AW: AW: AW: maxConnections behaving unexpected - no connection gets ever refused

2021-05-20 Thread Mark Thomas
On 20/05/2021 10:58, Mark Thomas wrote: I'll get docs updated. The website will update after the next round of releases (due in the first week or so of June). https://ci.apache.org/projects/tomcat/tomcat10/docs/config/http.html Mark

Re: AW: AW: AW: AW: maxConnections behaving unexpected - no connection gets ever refused

2021-05-20 Thread Mark Thomas
On 20/05/2021 07:24, Paul P Wolf wrote: OK, that looks like clients with a connection timeout of 5s. Correct. I think I forgot to mention, that I set the connection timeout of the curl instances to 5s. I didn't set the max timeout Connection refusal is entirely under the control of the OS

Re: #tomcat on Freenode?

2021-05-20 Thread Rémy Maucherat
On Thu, May 20, 2021 at 9:57 AM Mark Thomas wrote: > On 19/05/2021 20:28, Coty Sutherland wrote: > > Hi all, > > > > I was just notified about some mess going on with Freenode which has > > seemingly resulted in a mass exodus of users from the freenode servers. > > There are some updates

Re: Fwd: [Community] try to add an community growth graph to the website

2021-05-20 Thread Mark Thomas
On 19/05/2021 22:13, Shuyang Wu wrote: # michaelo, 2018-08-21 04:16:42 -0400 EDT woonsan, 2019-01-08 00:01:45 -0500 EST I'm not familiar with svn at all :( so I'm not sure if I did it correctly. Also, I failed to understand how to search with "provided by ()". I'll appreciate it if you could

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-20 Thread Mark Thomas
On 19/05/2021 20:42, Ezsra McDonald wrote: Environment: OS: CentOS 7 Apache: apache-tomcat-8.5.65 Java: jdk1.8.0_281 Greetings, I recently enabled SSL on my Tomcat server HTTP connectors. Something odd is happening. After some undetermined amount of time the connector stops responding

Re: #tomcat on Freenode?

2021-05-20 Thread Mark Thomas
On 19/05/2021 20:28, Coty Sutherland wrote: Hi all, I was just notified about some mess going on with Freenode which has seemingly resulted in a mass exodus of users from the freenode servers. There are some updates available at https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af497409/

AW: AW: AW: AW: maxConnections behaving unexpected - no connection gets ever refused

2021-05-20 Thread Paul P Wolf
> OK, that looks like clients with a connection timeout of 5s. Correct. I think I forgot to mention, that I set the connection timeout of the curl instances to 5s. I didn't set the max timeout > >> Connection refusal is entirely under the control of the OS and will > >> be driven largely by the