Unknown setting warnings

2024-12-13 Thread Paquin, Brian
Hello, I am using Tomcat 10.1.30 with Tomcat Native and get these errors when user’s connect to an application: WARNING [https-openssl-nio-9443-exec-27] org.apache.coyote.http2.Http2Parser.readSettingsFrame Connection [424], An unknown setting with identifier [8] and value [1] was ignored I sus

Re: AJP Connector is configured with secretRequired="true" but the secret attribute is either null

2022-10-20 Thread Paquin, Brian
>On 20/10/2022 17:59, Paquin, Brian wrote: >> Hello, >> >> In some cases, I use mod_jk and I am able to have Apache send a “secret” to >> my Tomcat Connector. >> But in other cases, I don’t have a front end – I just use Tomcat 9.0.68 >> (with Tomcat Native

AJP Connector is configured with secretRequired="true" but the secret attribute is either null

2022-10-20 Thread Paquin, Brian
Hello, In some cases, I use mod_jk and I am able to have Apache send a “secret” to my Tomcat Connector. But in other cases, I don’t have a front end – I just use Tomcat 9.0.68 (with Tomcat Native 1.2.35) to host. In the past, I did not need to provide a “secret”, but now it appears I do since I

Tomcat Native on M1 Macs

2022-04-05 Thread Paquin, Brian
After compiling Tomcat Native (that comes with Tomcat 9.0.62, version 1.2.32) on a (ARM) M1 Mac (with Amazon Coretto 11 JDK, APR, and OpenSSL 1.1.1n), I get the following error in Catalina.out: 05-Apr-2022 11:10:32.307 WARNING [main] org.apache.catalina.core.AprLifecycleListener.init The Apache

Re: mod_jk "Can not determine the proper size for pid_t" on macOS 10.15.7

2020-10-28 Thread Paquin, Brian
Chris, > On Oct 27, 2020, at 12:31 PM, Christopher Schultz > wrote: > > Brian > > On 10/26/20 15:33, Paquin, Brian wrote: >> I’m trying to build httpd and mod_jk for the first time on a macOS 10.15.7 >> box. XCode 12.1 is installed and I was able to compile Ope

mod_jk "Can not determine the proper size for pid_t" on macOS 10.15.7

2020-10-26 Thread Paquin, Brian
I’m trying to build httpd and mod_jk for the first time on a macOS 10.15.7 box. XCode 12.1 is installed and I was able to compile OpenSSL 1.1.1g. I got an error “Can not determine the proper size for pid_t” when compiling httpd (v2.4.46) with included apr (v1.7.0). This issue https://bz.apache.or

Native question (using Tomcat 8.5 and 9.0 on the same machine)

2020-09-02 Thread Paquin, Brian
I have a macOS device with Tomcat 8.5 and Native 1.2.23. I have been asked to add Tomcat 9.0 which has Native 1.2.24. In my setup documents, I copy “.libs/libtcnative-1.0.dylib” to /Library/Java/Extensions/ after compiling Native. When running Tomcat 8.5 and 9.0 on the same device, are there any

Re: Tomcat Native compile can't find jni_md.h

2016-10-27 Thread Paquin, Brian
> On Oct 27, 2016, at 11:53 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Brian, > > On 10/27/16 11:47 AM, Paquin, Brian wrote: >> I’m trying to compile Tomcat Native (1.2.10 that comes with >> 8.5.6), and

Tomcat Native compile can't find jni_md.h

2016-10-27 Thread Paquin, Brian
I’m trying to compile Tomcat Native (1.2.10 that comes with 8.5.6), and get the error “Cannot find jni_md.h” In /usr/lib/jvm/[openjdk-1.8.0_111]/jre/ I have bin and lib but not include… I downloaded oracle’s 1.8.0_112 JDK and have the same structure (no include). I haven’t found anything on the w

Re: Using hashes in tomcat-users.xml

2016-09-27 Thread Paquin, Brian
> On Sep 27, 2016, at 4:38 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Brian, > > Your email was tough to parse-out of the thread, so I'm going to > heavily edit-down the text. I hope I didn't miss a

Re: Using hashes in tomcat-users.xml

2016-09-25 Thread Paquin, Brian
On Sep 14, 2016, at 5:37 PM, Christopher Schultz mailto:ch...@christopherschultz.net>> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian, On 9/14/16 3:40 PM, Paquin, Brian wrote: I was able to setup Tomcat 8.0.35 to use a SHA hashed password in tomcat-users.xml (trying to

Using hashes in tomcat-users.xml

2016-09-14 Thread Paquin, Brian
I was able to setup Tomcat 8.0.35 to use a SHA hashed password in tomcat-users.xml (trying to secure the Manager app a bit more), but the same setup does not work on 8.5.5. Is there something I need to change to get this to work again? server.xml engine:

Re: Tomcat Native install on Mac OS X 10.11

2016-02-12 Thread Paquin, Brian
> On Feb 12, 2016, at 12:06 PM, Mark Thomas wrote: > > On 12/02/2016 16:14, Paquin, Brian wrote: >> On Feb 12, 2016, at 10:20 AM, Paquin, Brian >> mailto:brian.paq...@yale.edu>> wrote: >> >> I have used >> ht

Re: Tomcat Native install on Mac OS X 10.11

2016-02-12 Thread Paquin, Brian
On Feb 12, 2016, at 10:20 AM, Paquin, Brian mailto:brian.paq...@yale.edu>> wrote: I have used https://urldefense.proofpoint.com/v2/url?u=http-3A__www.malisphoto.com_tips_tomcatonosx.html-23Anchor-2DNative&d=AwIGaQ&c=-dg2m7zWuuDZ0MUcV7Sdqw&r=jc-EqZyK6fWys6oTdMgtt9CjzHj

Tomcat Native install on Mac OS X 10.11

2016-02-12 Thread Paquin, Brian
I have used http://www.malisphoto.com/tips/tomcatonosx.html#Anchor-Native to setup Native with Tomcat successfully. Specifically, I create /usr/lib/java and then do: # Copy the native library to /usr/lib/java sudo cp .libs/libtcnative-1.0.dylib /usr/lib/java # Create a symbolic link in /usr/lib/

An incompatible version of APR based Apache Tomcat Native library is installed.

2015-07-16 Thread Paquin, Brian
I tried upgrading from Tomcat 8.0.14 to 8.0.24 over the weekend and could not get it working (using Tomcat Native)… Here is what I see in catalina.out: ——— SEVERE [main] org.apache.catalina.core.AprLifecycleListener.init An incompatible version 1.1.31 of the APR based Apache Tomcat Native library