RE: Xms Xmx in JAVA_OPT vs CATALINA_OPTS

2021-08-03 Thread Mark Thomas
On August 3, 2021 7:34:37 PM UTC, Adam Elliott wrote: Adam, As per the reasoning in Olaf's email you really should be using CATALINA_OPTS rather than JAVA_OPTS. Mark >From my understanding, setenv is not a default file, and any settings >inside are "custom". And all of these options are used

RE: Xms Xmx in JAVA_OPT vs CATALINA_OPTS

2021-08-03 Thread Adam Elliott
From my understanding, setenv is not a default file, and any settings inside are "custom". And all of these options are used by the JVM, so in your case thy are probably redundant. I only use JAVA_OPTS under setenv.sh and use it in a way to add my options to the startup. export JAVA_OPTS="$JA

Re: Tomcat 8.5.68 failing on takeoff!

2021-08-03 Thread Christopher Schultz
James, On 8/3/21 08:42, Christopher Schultz wrote: James, On 8/2/21 19:31, James H. H. Lampert wrote: This is beyond my pay grade, I'm afraid. Hopefully somebody here has a clue what went wrong. I installed Tomcat 8.5.68 on an AS/400 with Java 8, that had been running Tomcat 7 for years wit

Re: Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-08-03 Thread Ray, Kevin L CIV USN FLEWEACEN NORFOLK VA (USA)
>>Apache Tomcat 9.0.50 (Also issue with 9.0.44) >>Oracle JDK and JRE 1.8.0-1.8.0_301 >>Red Hat Enterprise Linux Server release 7.9 >>When updating JDK/JRE from build 1.8.0_291-b10 to 1.8.0_301-b09, Apache >>Tomcat Connector (org.apache.coyote.http11.Http11AprProtocol) failed to load >>server

Re: Tomcat 8.5.68 failing on takeoff!

2021-08-03 Thread James H. H. Lampert
Mssrs. Kolinko and Schultz said: 2. The stack trace starts with "Bootstrap.main". I.e. it is the thread that starts Tomcat. I.e. this occurs when Tomcat starts up and has nothing to do with your attempt to access the Manager web application. 3. The stack trace contains "org.apache.crimson".

Re: tomcat 8.5.57 stops killing sessions after some time

2021-08-03 Thread Ivano Luberti
Il 30/07/2021 14:54, Konstantin Kolinko ha scritto: Additional note: the "backgroundProcessorDelay" on a Context can be used to make a web application use its own background thread (instead of reusing the one inherited from its parent container). It won't help with fixing a deadlock in a part

Re: Tomcat 8.5.68 failing on takeoff!

2021-08-03 Thread Christopher Schultz
Konstantin, On 8/3/21 04:07, Konstantin Kolinko wrote: вт, 3 авг. 2021 г. в 02:31, James H. H. Lampert : This is beyond my pay grade, I'm afraid. Hopefully somebody here has a clue what went wrong. I installed Tomcat 8.5.68 on an AS/400 with Java 8, that had been running Tomcat 7 for years wi

Re: Tomcat 8.5.68 failing on takeoff!

2021-08-03 Thread Christopher Schultz
James, On 8/2/21 19:31, James H. H. Lampert wrote: This is beyond my pay grade, I'm afraid. Hopefully somebody here has a clue what went wrong. I installed Tomcat 8.5.68 on an AS/400 with Java 8, that had been running Tomcat 7 for years with no problems. On launching Tomcat 8, if I try to c

Re: Tomcat 8.5.68 failing on takeoff!

2021-08-03 Thread Konstantin Kolinko
вт, 3 авг. 2021 г. в 02:31, James H. H. Lampert : > > This is beyond my pay grade, I'm afraid. Hopefully somebody here has a > clue what went wrong. > > I installed Tomcat 8.5.68 on an AS/400 with Java 8, that had been > running Tomcat 7 for years with no problems. > > On launching Tomcat 8, if I t