Re: trying to deploy oscar (was Re: how to tune cacheMaxSize )

2021-08-16 Thread Michael Richardson
I grabbed apache-tomcat-9.0.52.tar.gz from https://downloads.apache.org/tomcat/tomcat-9/v9.0.52/bin/apache-tomcat-9.0.52.tar.gz I unpacked it to /opt/apache-tomcat-9.0.52.tar.gz. I uninstalled tomcat9 (purged, and rm -rf /var/lib/tomcat/webapps) I tweaked CATALINA_HOME and JRE_HOME appropriately.

Re: how to tune cacheMaxSize

2021-08-16 Thread Michael Richardson
Christopher Schultz wrote: > Okay, all that looks fine to me, except the "9.0.16" part. That version > is *very/8 old. I see you are running Ubuntu: are you running the > latest release? That 9.0.16 number if rinning a bell about an older > release which was capped at 9.0.16. YOu

Re: Getting some peculiar TLS results in Tomcat 7

2021-08-16 Thread Mark Eggers
Chris, On 8/16/2021 12:56 PM, Christopher Schultz wrote: protocol="org.apache.coyote.http11.Http11Protocol" sslEnabledProtocols="TLSv1.2" ... and have no other protocol-related configuration settings. Thanks. That was my take as well. However, I figured the original author could read the

Re: Getting some peculiar TLS results in Tomcat 7

2021-08-16 Thread Christopher Schultz
Mark, On 8/13/21 21:13, Mark Eggers wrote: On 8/13/2021 5:27 PM, James H. H. Lampert wrote: While we've been systematically updating our customer boxes, a few of our customer boxes are still on Tomcat 7. I've got the following Connector tag set up in server.xml: compressableMimeType="text/ht

Re: trying to deploy oscar (was Re: how to tune cacheMaxSize )

2021-08-16 Thread Christopher Schultz
Michael, On 8/14/21 16:05, Michael Richardson wrote: <#secure method=pgpmime mode=sign> Extracts of log, full log at URL below. 18k. 14-Aug-2021 17:16:43.821 INFO [Catalina-utility-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/var/lib/tomcat9/webapp

Re: how to tune cacheMaxSize

2021-08-16 Thread Christopher Schultz
Michael, On 8/14/21 11:56, Michael Richardson wrote: > > Thank you for the reply. > > Christopher Schultz wrote: > > On 8/12/21 11:05, Michael Richardson wrote: > >> I am trying to deploy OSCAR-EMR > Wow, that still exists? I remember more than a decade ago being asked to integrate a

Re: Error loading PKCS12 keystore, java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.

2021-08-16 Thread Christopher Schultz
All, On 8/16/21 10:32, Christopher Schultz wrote: All, Anyone ever seen this before? I'm using an older Tomcat (7.0.x) on an older Java (1.7.0_80) along with a certificate from Let's Encrypt. This was the server I used to initially develop my "Let's Encrypt Apache Tomcat" presentation and s

Error loading PKCS12 keystore, java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.

2021-08-16 Thread Christopher Schultz
All, Anyone ever seen this before? I'm using an older Tomcat (7.0.x) on an older Java (1.7.0_80) along with a certificate from Let's Encrypt. This was the server I used to initially develop my "Let's Encrypt Apache Tomcat" presentation and scripts, so I am familiar with the process and everyt