Re: Building tomcat-native on RHEL 8

2025-02-10 Thread Christopher Schultz
Darryl, On 2/5/25 7:28 PM, Darryl Baker wrote: Trying to build 1.3.1 I did the fit manipulations as suggested (I know very little about git) and I get [root@evfediamdv1 tomcat-native-1.3.1-src]# ./jnirelease.sh -f --with-apr=/root/rpmbuild/SOURCES/apr-1.6.3 --ver=1.3.1 I think jnirelease.sh

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
pr-devel openssl-devel java-11-openjdk-devel* 2) Fetch the tomcat-native from the official site $ *wget https://dlcdn.apache.org/tomcat/tomcat-connectors/native/1.3.1/source/tomcat-native-1.3.1-src.tar.gz <https://dlcdn.apache.org/tomcat/tomcat-connectors/native/1.3.1/source/tomcat-native

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
Rainer, your mail has not popped up when I sent mine. Thanks for the detailed description :) Kind regards, Dimitris On Thu, Feb 6, 2025 at 9:14 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker > wrote: > >> My question is why is tomcat-native de

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker wrote: > My question is why is tomcat-native dependent on APR at all? Could it be > built without that dependency? > Tomcat Native relies on the Apache Portable Runtime (APR) to bridge the gap between Tomcat, and native OS capabilities. APR

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Rainer Jung
Am 06.02.25 um 18:18 schrieb Darryl Baker: > My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? The APR library originates in the Apache httpd project. The project decided long ago, to split out some very basic functionality int

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? Can I build tomcat native on Rocky Linux? Then could I use it on Red Hat? Has anyone tried that? Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
I will try to provide you with a step-by-step guide for a RHEL 8 vanilla installation. Please feel free to tweak according to your needs. 1) Make sure the required packages are installed: $ *dnf install apr-devel openssl-devel java-11-openjdk-devel* 2) Fetch the tomcat-native from the official

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
rver product. Tomcat-native is not. > [root@XXX] tomcat-native-2.0.8-src]# yum search tomcat-native > Updating Subscription Management repositories. > No matches found. > [root@XXX] tomcat-native-2.0.8-src]# > > Darryl Baker, GSEC, GCLD (he/him/his) > Sr. System Administrator &

Re: Building tomcat-native on RHEL 8

2025-02-05 Thread Darryl Baker
Trying to build 1.3.1 I did the fit manipulations as suggested (I know very little about git) and I get [root@evfediamdv1 tomcat-native-1.3.1-src]# ./jnirelease.sh -f --with-apr=/root/rpmbuild/SOURCES/apr-1.6.3 --ver=1.3.1 Using apr source from: `/root/rpmbuild/SOURCES/apr-1.6.3' Using:

Re: Building tomcat-native on RHEL 8

2025-02-05 Thread Darryl Baker
I could if there was one. Red Hat stopped having Tomcat in the OS distribution and is now part of the JBoss product the University decided not to buy. [root@XXX] tomcat-native-2.0.8-src]# yum search tomcat-native Updating Subscription Management repositories. No matches found. [root@XXX] tomcat

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Dimitris Soumis
The latest available APR devel package on RHEL 8 is version 1.6.3. (i.e apr-devel-1.6.3-12.el8.x86_64) If you attempt to build *tomcat-native 2.0.8*, you will encounter the following error: configure: error: Found APR 1.6.3. You need version 1.7.0 or newer > installed. > However, *tomcat-

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Evan Rempel
I think you are confusing the EPEL8 packages. Redhat does not provide a tomcat-native package. The challenge with EPEL is that the packages are often quite old. tomcat-native-1.2.35 (Aug 2022) where the latest release of 1.x is 1.3.1 Same is true for the EPEL8 tomcat packages tomcat-9.0.65

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Christopher Schultz
Darryl, On 2/3/25 1:17 PM, Darryl Baker wrote: Would someone please point me to the documentation on building tomcat-native on RHEL 8 using the Red Hat supplied APR package? Do you need to build from source, or can you use the RHEL binary? $ sudo yum search tomcat-native = Name Exactly

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Rainer Jung
apr-util(-*) RPMs should not be needed. To the OP: please be more explicit in posting your problems, like how do you run configure, what is the unexpected configure output etc. Thanks, Rainer Am 03.02.25 um 23:13 schrieb Evan Rempel: You don't need the source RPM, but you will need the deve

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
-util apr-util-devel apr-util-openssl openssl-devel -- Evan From: Darryl Baker Sent: February 3, 2025 1:30 PM To: Tomcat Users List Subject: Re: Building tomcat-native on RHEL 8 I knew where the general direction are already. The build fails looking for the s

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Darryl Baker
I knew where the general direction are already. The build fails looking for the source for APR. For RHEL 8 is mandatory to download the APR source rpm? Are the any other gotchas? I can't be the first to need the Tomcat-native for RHEL 8. Darryl Baker, GSEC, GCLD (he/him/his) Sr. S

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
https://tomcat.apache.org/native-doc/index.html -- Evan From: Darryl Baker Sent: February 3, 2025 10:17 AM To: Tomcat Users List Subject: Building tomcat-native on RHEL 8 [You don't often get email from darryl.ba...@northwestern.edu. Learn why thi

Building tomcat-native on RHEL 8

2025-02-03 Thread Darryl Baker
Would someone please point me to the documentation on building tomcat-native on RHEL 8 using the Red Hat supplied APR package? Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston

Re: Suggestion: Maven repository for Tomcat native library

2024-08-29 Thread Mark Thomas
On 27/08/2024 18:41, Mark Thomas wrote: Please open a Bugzilla issue for this request so that it does not get lost. https://bz.apache.org/bugzilla/show_bug.cgi?id=69299 Mark On 09/08/2024 10:56, Harri Pesonen wrote: Hello, currently Tomcat native library needs to be downloaded manually

Re: Suggestion: Maven repository for Tomcat native library

2024-08-27 Thread Mark Thomas
Please open a Bugzilla issue for this request so that it does not get lost. Mark On 09/08/2024 10:56, Harri Pesonen wrote: Hello, currently Tomcat native library needs to be downloaded manually from here: https://tomcat.apache.org/download-native.cgi It would be better to download it from

Re: [Semi OT] Suggestion: Maven repository for Tomcat native library

2024-08-26 Thread Christopher Schultz
Harri, On 8/12/24 03:26, Harri Pesonen wrote: Tomcat native gives much better SSL connection performance, they say. At least in Windows. I have not personally performed any tests though. https://tomcat.apache.org/tomcat-9.0-doc/apr.html I would love for you to do some of your own

RE: [Semi OT] Suggestion: Maven repository for Tomcat native library

2024-08-12 Thread Harri Pesonen
Tomcat native gives much better SSL connection performance, they say. At least in Windows. I have not personally performed any tests though. https://tomcat.apache.org/tomcat-9.0-doc/apr.html -Harri -Original Message- From: Christopher Schultz Sent: lauantai 10. elokuuta 2024 0.51 To

Re: [Semi OT] Suggestion: Maven repository for Tomcat native library

2024-08-09 Thread Christopher Schultz
Harri, On 8/9/24 05:56, Harri Pesonen wrote: Hello, currently Tomcat native library needs to be downloaded manually from here: https://tomcat.apache.org/download-native.cgi It would be better to download it from Maven repository, so that we could upgrade the version easier using Maven

Suggestion: Maven repository for Tomcat native library

2024-08-09 Thread Harri Pesonen
Hello, currently Tomcat native library needs to be downloaded manually from here: https://tomcat.apache.org/download-native.cgi It would be better to download it from Maven repository, so that we could upgrade the version easier using Maven scripts. Also we could see easier when the version

[ANN] Apache Tomcat Native 2.0.8 released

2024-07-24 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.8 stable. The key features of this release are: - Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a null value for caCertificateFile and a non-null value for caCertificatePath

Re: [ANN] Apache Tomcat Native 1.3.0 released

2024-02-13 Thread Mark Thomas
On 13/02/2024 10:21, Michael Osipov wrote: On 2024/02/13 08:46:42 Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.3.0 stable. The key features of this release are: - The minimum supported OpenSSL version is 1.1.1 - The minimum supported

Re: [ANN] Apache Tomcat Native 1.3.0 released

2024-02-13 Thread Michael Osipov
On 2024/02/13 08:46:42 Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat Native 1.3.0 stable. > > The key features of this release are: > > - The minimum supported OpenSSL version is 1.1.1 > - The minimum supported APR ver

[ANN] Apache Tomcat Native 1.3.0 released

2024-02-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.3.0 stable. The key features of this release are: - The minimum supported OpenSSL version is 1.1.1 - The minimum supported APR version in 1.6.3 - The windows binaries in this release have been built with

[ANN] Apache Tomcat Native 2.0.7 released

2024-02-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.7 stable. The key features of this release are: - Align default pass phrase prompt with httpd on Windows - The windows binaries in this release have been built with OpenSSL 3.0.13 The 2.0.x branch is

Re: [ANN] Apache Tomcat Native 1.2.39 released

2023-10-03 Thread Nithin P
Could you help me with where the tomcat config files are placed in Apache OFBiz application  Nithin P On Tue, 03 Oct 2023 14:38:46 +0530 Mark Thomas wrote --- The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.39 stable. The key features

[ANN] Apache Tomcat Native 1.2.39 released

2023-10-03 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.39 stable. The key features of this release are: - Disable OCSP if the insecure optionalNoCA certificate verification option is used - The binaries for Windows in this release have been built with OpenSSL

[ANN] Apache Tomcat Native 2.0.6 released

2023-10-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.6 stable. The key features of this release are: - Disable OCSP if the insecure optionalNoCA certificate verification option is used - The binaries for Windows in this release have been built with OpenSSL

RE: Tomcat Native

2023-08-25 Thread Mcalexander, Jon J.
ect: Re: Tomcat Native > > On 24/08/2023 13:07, Mcalexander, Jon J. wrote: > > Getting a 404 error when trying to download the binaries for 2.0.5 > > > > https://urldefense.com/v3/__https://dlcdn.apache.org/tomcat/tomcat- > connectors/native/2.0.5/binaries/tomcat-native-2.0.

Re: Tomcat Native

2023-08-24 Thread Mark Thomas
On 24/08/2023 13:07, Mcalexander, Jon J. wrote: Getting a 404 error when trying to download the binaries for 2.0.5 https://dlcdn.apache.org/tomcat/tomcat-connectors/native/2.0.5/binaries/tomcat-native-2.0.5-openssl-3.0.9-ocsp-win32-bin.zip Is this a known issue? It is now. The OpenSSL

Re: Tomcat Native

2023-08-24 Thread Evan Rempel
You can get it from the archives area https://archive.apache.org/dist/tomcat/tomcat-connectors/native/2.0.5/binaries/tomcat-native-2.0.5-openssl-3.0.10-win32-bin.zip On 2023-08-24 13:07, Mcalexander, Jon J. wrote: Notice: This message was sent from outside the University of Victoria email

Tomcat Native

2023-08-24 Thread Mcalexander, Jon J.
Getting a 404 error when trying to download the binaries for 2.0.5 https://dlcdn.apache.org/tomcat/tomcat-connectors/native/2.0.5/binaries/tomcat-native-2.0.5-openssl-3.0.9-ocsp-win32-bin.zip Is this a known issue? Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer

RE: RHEL 8.6 ==> Tomcat Native 1.2.32 ==> OpenSSLEngine could not initialize

2023-06-22 Thread S Abirami
Hi Christopher, Thanks for the reply. We found the solution for the problem. Tomcat Native, we used the same '*.so' compiled in RHEL 7.9. Once compiled with RHEL 8.6 it worked. Regards, Abirami.S -Original Message- From: Christopher Schultz Sent: Thursday, June 22, 2023

Re: RHEL 8.6 ==> Tomcat Native 1.2.32 ==> OpenSSLEngine could not initialize

2023-06-22 Thread Christopher Schultz
Hello, On 6/22/23 07:47, S Abirami wrote: Hi All, Our application using embedded tomcat 9.0.62 on RHEL linux environment. Tomcat native version :1.2.32 openssl version OpenSSL 1.1.1k After upgrading from RHEL 7.9 to RHEL 8.6 version, embedded tomcat throws an exception when starting the

RHEL 8.6 ==> Tomcat Native 1.2.32 ==> OpenSSLEngine could not initialize

2023-06-22 Thread S Abirami
Hi All, Our application using embedded tomcat 9.0.62 on RHEL linux environment. Tomcat native version :1.2.32 openssl version OpenSSL 1.1.1k After upgrading from RHEL 7.9 to RHEL 8.6 version, embedded tomcat throws an exception when starting the application for https

[ANN] Apache Tomcat Native 1.2.37 released

2023-06-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.37 stable. The key features of this release are: - Update the version of OpenSSL used to create the binaries for Windows to OpenSSL 1.1.1u Please refer to the change log for the complete list of changes

[ANN] Apache Tomcat Native 2.0.4 released

2023-06-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.4 stable. The key features of this release are: - The binaries for Windows in this release have been built with OpenSSL 3.0.9 The 2.0.x branch is primarily intended for use with Tomcat 10.1.x or later

RE: [External] Re: Tomcat Native 1.2.30 -- Windows 2016 TLSv1.3 support?

2023-04-25 Thread Ragosta, Vincent
Ok -- makes sense. Thank you, Vincent -Original Message- From: Christopher Schultz Sent: Tuesday, April 25, 2023 10:28 AM To: users@tomcat.apache.org Subject: [External] Re: Tomcat Native 1.2.30 -- Windows 2016 TLSv1.3 support? WARNING: This message has originated from an External

Re: Tomcat Native 1.2.30 -- Windows 2016 TLSv1.3 support?

2023-04-25 Thread Christopher Schultz
Vincent, On 4/25/23 05:14, Mark Thomas wrote: On 24/04/2023 20:15, Ragosta, Vincent wrote: Hello all, We have an application packaged with Tomcat Native 1.2.30, which, per the following, the Windows binaries were built using OpenSSL 1.1.1k: https://www.mail-archive.com/dev

Re: Tomcat Native 1.2.30 -- Windows 2016 TLSv1.3 support?

2023-04-25 Thread Mark Thomas
On 24/04/2023 20:15, Ragosta, Vincent wrote: Hello all, We have an application packaged with Tomcat Native 1.2.30, which, per the following, the Windows binaries were built using OpenSSL 1.1.1k: https://www.mail-archive.com/dev@tomcat.apache.org/msg152993.html However, per Microsoft, Windows

Tomcat Native 1.2.30 -- Windows 2016 TLSv1.3 support?

2023-04-24 Thread Ragosta, Vincent
Hello all, We have an application packaged with Tomcat Native 1.2.30, which, per the following, the Windows binaries were built using OpenSSL 1.1.1k: https://www.mail-archive.com/dev@tomcat.apache.org/msg152993.html However, per Microsoft, Windows 2016 does not support TLSv1.3: https

Re: [ANN] Apache Tomcat Native 1.2.36 released

2023-02-20 Thread Mark Thomas
On Mon, 2023-02-13 at 20:54 +, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.36 stable. The key features of this release are: - Update the version of OpenSSL used to create the binaries for Windows    to OpenSSL 1.1.1t Please ref

Re: [ANN] Apache Tomcat Native 1.2.36 released

2023-02-18 Thread Amn Ojee Uw
announces the immediate availability of Apache > Tomcat Native 1.2.36 stable. > > The key features of this release are: > > - Update the version of OpenSSL used to create the binaries for > Windows >    to OpenSSL 1.1.1t > > Please refer to the change log for the complete lis

[ANN] Apache Tomcat Native 2.0.3 released

2023-02-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.3 stable. The key features of this release are: - The binaries for Windows in this release have been built with OpenSSL 3.0.8 The 2.0.x branch is primarily intended for use with Tomcat 10.1.x or later

[ANN] Apache Tomcat Native 1.2.36 released

2023-02-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.36 stable. The key features of this release are: - Update the version of OpenSSL used to create the binaries for Windows to OpenSSL 1.1.1t Please refer to the change log for the complete list of changes

[ANN] Apache Tomcat Native 2.0.2 released

2022-11-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.2 stable. The key features of this release are: - Update the minimum supported version of LibreSSL to 3.5.2. Based on a #13 provided by orbea. - The windows binaries in this release have been built with

Re: any plans for tomcat-native 1.2.36

2022-11-04 Thread Mark Thomas
On 03/11/2022 19:41, Усманов Азат Анварович wrote: Hi Everyone! I'm wondering if there are plans to release the next version of tomcat native 1.2 branch?I've scheduled a big server migration as well as tomcat upgrade 7.0.92 to -9.0.48   (everything seems to work  on test-envi

any plans for tomcat-native 1.2.36

2022-11-03 Thread Усманов Азат Анварович
Hi Everyone! I'm wondering if there are plans to release the next version of tomcat native 1.2 branch?I've scheduled a big server migration as well as tomcat upgrade 7.0.92 to -9.0.48   (everything seems to work  on test-enviroment) at $work on weekend(Oct 5th-6th) .I usually build

Re: Tomcat Native and macOS 10.15.7

2022-08-24 Thread Christopher Schultz
Thad, On 8/23/22 10:49, Thad Humphries wrote: On Tue, Aug 23, 2022 at 10:18 AM Mark Thomas wrote: On 23/08/2022 14:12, Thad Humphries wrote: I'm trying to understand a problem I'm having with Tomcat Native since moving from 1.2.x to 2.0. For several years I have been running Tom

Re: Tomcat Native and macOS 10.15.7

2022-08-23 Thread Thad Humphries
On Tue, Aug 23, 2022 at 10:18 AM Mark Thomas wrote: > On 23/08/2022 14:12, Thad Humphries wrote: > > I'm trying to understand a problem I'm having with Tomcat Native since > > moving from 1.2.x to 2.0. > > > > For several years I have been running Tomcat

Re: Tomcat Native and macOS 10.15.7

2022-08-23 Thread Mark Thomas
On 23/08/2022 14:12, Thad Humphries wrote: I'm trying to understand a problem I'm having with Tomcat Native since moving from 1.2.x to 2.0. For several years I have been running Tomcat 9.0.12 in Eclipse and 9.0.37 for localhost on my home and office Mac Mini's with macOS 10.15.7

Tomcat Native and macOS 10.15.7

2022-08-23 Thread Thad Humphries
I'm trying to understand a problem I'm having with Tomcat Native since moving from 1.2.x to 2.0. For several years I have been running Tomcat 9.0.12 in Eclipse and 9.0.37 for localhost on my home and office Mac Mini's with macOS 10.15.7 Catalina. Both use OpenJDK 8 from Ama

[ANN] Apache Tomcat Native 2.0.1 released

2022-07-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.1 stable. The key features of this release are: - JNI API has been reduced to just that required to support Tomcat's OpenSSL based TLS implementation. The APR/native connector is no longer support

[ANN] Apache Tomcat Native 1.2.34 released

2022-06-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.34 stable. The key features of this release are: - Refactor the initialization of the native code so it is compatible with Tomcat 10.1.x where deprecated Java classes will be removed - Map the OpenSSL 3.0

[ANN] Apache Tomcat Native 1.2.33 released

2022-05-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.33 stable. The key features of this release are: - Windows binaries built using OpenSSL 1.1.1o - Fixes a potential crash when attempting to read the TLS session ID after a handshake failure. Please refer

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-08 Thread Clay Lehman
Configuring both seemed to work. Thanks for all the help!! On Fri, Apr 8, 2022 at 10:10 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Clay, > > On 4/7/22 13:50, Clay Lehman wrote: > > Chris, Thanks for your help so far! I am digging into this some more > today. > > > > First off

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-08 Thread Christopher Schultz
Clay, On 4/7/22 13:50, Clay Lehman wrote: Chris, Thanks for your help so far! I am digging into this some more today. First off, once i started bulding APR from source instead of doing "yum install apr-devel" - my main linking issue went away. so I think we are getting close!! Now I am struggl

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-07 Thread Clay Lehman
Schultz < > > ch...@christopherschultz.net> wrote: > > > >> Clay, > >> > >> On 4/5/22 12:47, Clay Lehman wrote: > >>> Hello! > >>> > >>> > >>> I am trying to set up Tomcat Native using OpenSSL v3.0.2, and

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-07 Thread Christopher Schultz
ng. Does it get that far, or does it choke before that? -chris On Tue, Apr 5, 2022 at 5:58 PM Christopher Schultz < ch...@christopherschultz.net> wrote: Clay, On 4/5/22 12:47, Clay Lehman wrote: Hello! I am trying to set up Tomcat Native using OpenSSL v3.0.2, and running into an

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-06 Thread Clay Lehman
s normally live? On Tue, Apr 5, 2022 at 5:58 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Clay, > > On 4/5/22 12:47, Clay Lehman wrote: > > Hello! > > > > > > I am trying to set up Tomcat Native using OpenSSL v3.0.2, and running > into &g

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-06 Thread Clay Lehman
This sounds promising. i installed apr-devel and openssl-devel from yum repositories, and built OpenSSL 3.0 and Tomcat Native from source. I think i saw instructions for building APR from source also. So I will try that and report back. Is there any way to find out what versions are

Re: Tomcat Native and OpenSSL v3.0.2

2022-04-05 Thread Christopher Schultz
Clay, On 4/5/22 12:47, Clay Lehman wrote: Hello! I am trying to set up Tomcat Native using OpenSSL v3.0.2, and running into an error on startup. I have tried a ton of things, searched, read the docs over and over, and cannot get past this. Has anyone had success with this setup? I created

Re: Tomcat Native on M1 Macs

2022-04-05 Thread Christopher Schultz
should be able to build an x86_86 binary like this: $ arch arm64 $ intel $ arch i386 $ make distclean $ ./configure ... $ make I think you'll end up with an x86-64 tcnative binary. Thanks, -chris On Tue, Apr 5, 2022 at 1:56 PM Paquin, Brian wrote: After compiling Tomcat Native (that

Re: Tomcat Native on M1 Macs

2022-04-05 Thread Robert Turner
I think you need to use an ARM-based JVM -- IIRC, you will need Corretto JDK 18 I think, otherwise it will be running in emulation. On Tue, Apr 5, 2022 at 1:56 PM Paquin, Brian wrote: > After compiling Tomcat Native (that comes with Tomcat 9.0.62, version > 1.2.32) on a (ARM) M1 Mac

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

Tomcat Native and OpenSSL v3.0.2

2022-04-05 Thread Clay Lehman
Hello! I am trying to set up Tomcat Native using OpenSSL v3.0.2, and running into an error on startup. I have tried a ton of things, searched, read the docs over and over, and cannot get past this. Has anyone had success with this setup? I created a fully working sample project and

[ANN] Apache Tomcat Native 1.2.32 released

2022-03-22 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.32 stable. The key features of this release are: - Windows binaries built using OpenSSL 1.1.1n Please refer to the change log for the complete list of changes: http://tomcat.apache.org/native-doc

[ANN] Apache Tomcat Native 1.2.31 released

2021-09-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.31 stable. The key features of this release are: - Windows binaries built using OpenSSL 1.1.1l - Fix an issue when building with OpenSSl 3.0.0 Please refer to the change log for the complete list of changes

[ANN] Apache Tomcat Native 1.2.30 released

2021-06-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.30 stable. The key features of this release are: - Windows binaries built using OpenSSL 1.1.1k - Fix an issue where some Windows systems in some configurations would only listen on IPv6 addresses on dual

[ANN] Apache Tomcat Native 1.2.28 released

2021-04-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.28 stable. The key features of this release are: - Windows binaries built using 1.1.1k - Correct a regression in the fix for 65181 that prevented an error message from being displayed if an invalid key file

Tomcat Native library with OpenSSL Engine

2021-03-08 Thread Edin Hodzic
0/man3/ENGINE_load_private_key.html). I have come up with a small change to the Tomcat Native library that resolves the problem for me. It is not as general as the "engine" key form in the openssl command line. The change below simply attempts to load the private key through the ENGINE

[ANN] Apache Tomcat Native 1.2.26 released

2021-01-05 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.26 stable. The key features of this release are: - Windows binaries built using 1.1.1i - Expose support for Unix domain sockets (bug 64942) Please refer to the change log for the complete list of changes

[ANN] Apache Tomcat Native 1.2.25 released

2020-09-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.25 stable. The key features of this release are: - Improvements to the build system - Add an option to allow the OCSP check to be bypassed Please refer to the change log for the complete list of changes: http

[ANN] Apache Tomcat Native 1.2.24 released

2020-04-30 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.24 stable. The key features of this release are: - Improvements to the build system - Update Windows binaries to APR 1.7.0 and OpenSSL 1.1.1g Please refer to the change log for the complete list of changes

Re: Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread tomcat
Hi. Not a full response but an additional source. On 02.08.2019 11:12, Polina Georgieva wrote: Hi all, Would you please clarify the compatibility restrictions (if any) between the Apache Tomcat Native Lib and its dependencies on one hand and between Apache Tomcat server and the native lib

Re: Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread Mark Thomas
On 02/08/2019 10:12, Polina Georgieva wrote: > Hi all, > > Would you please clarify the compatibility restrictions (if any) between > the Apache Tomcat Native Lib and its dependencies on one hand and between > Apache Tomcat server and the native lib. My questions are based on th

Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread Polina Georgieva
Hi all, Would you please clarify the compatibility restrictions (if any) between the Apache Tomcat Native Lib and its dependencies on one hand and between Apache Tomcat server and the native lib. My questions are based on the information available here: http://tomcat.apache.org/native-doc

Re: Test for tomcat native

2019-07-04 Thread Mark Thomas
On 04/07/2019 12:46, Markus Fömpe wrote: > Hello, > > I'm not sure if I'm on the right user mailing list or if my question belongs > more on the dev mailing list. If I am wrong here, please let me know. > > Yesterday I got a notification that there is a new version o

Test for tomcat native

2019-07-04 Thread Markus Fömpe
Hello, I'm not sure if I'm on the right user mailing list or if my question belongs more on the dev mailing list. If I am wrong here, please let me know. Yesterday I got a notification that there is a new version of Tomcat Native available. I work with macOS and install programs wit

[ANN] Apache Tomcat Native 1.2.23 released

2019-07-03 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.23 stable. The key features of this release are: - Add support for TLS key logging when using OpenSSL 1.1.1 or later - Fix crashes when a CRL file or path is configured - Update Windows binaries to APR 1.7.0

[ANN] Apache Tomcat Native 1.2.21 released

2019-02-03 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.21 stable. The key features of this release are: - Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS Please refer to the change log for the complete list of changes: http://tomcat.apache.org/native

[ANN] Apache Tomcat Native 1.2.19 released

2018-12-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.19 stable. The key features of this release are: - Fixed memory leaks when using OCSP checks - Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1.a - Windows binaries built with APR 1.6.5 and OpenSSL

RE: Debugging tomcat native connector

2018-11-02 Thread Mark A. Claassen
PM To: users@tomcat.apache.org Subject: Re: Debugging tomcat native connector -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/1/18 11:51, Mark A. Claassen wrote: > Thanks for the reply. I am using > "org.apache.coyote.http11.Http11AprProtocol" in Tomcat 9. > > The

Re: Debugging tomcat native connector

2018-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/1/18 11:51, Mark A. Claassen wrote: > Thanks for the reply. I am using > "org.apache.coyote.http11.Http11AprProtocol" in Tomcat 9. > > The NIO connectors worked fine when we tried them, but the native > ones seem to start up, but the

RE: Debugging tomcat native connector

2018-11-01 Thread Mark A. Claassen
I makes no warranty for and assumes no legal liability or responsibility for the posting. -Original Message- From: Roger Brechbühl Sent: Wednesday, October 31, 2018 5:25 PM To: Tomcat Users List Subject: Re: Debugging tomcat native connector with which connector do you have problems? ni

Re: Debugging tomcat native connector

2018-10-31 Thread Roger Brechbühl
with which connector do you have problems? nio, nio2 or apr? I ask because we have problems with nio2-openssl when ssl session is reused e.g. when a request is proxied with nginx. kind regards, Roger Mark A. Claassen schrieb am Mi. 31. Okt. 2018 um 15:32: > Is there a way to debug the native c

Debugging tomcat native connector

2018-10-31 Thread Mark A. Claassen
Is there a way to debug the native connectors? Specifically, we are having some problems getting the native openssl connector working on Ubuntu. Doing an strace on the process shows a lot of FUTEX_WAIT_PRIVATE, but we don't know why. We were hoping that there was some way to get more informatio

[ANN] Apache Tomcat Native 1.2.18 released

2018-10-21 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.18. The key features of this release are: - Windows binaries built with APR 1.6.5 and OpenSSL 1.0.2p. - Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1. - TLSv1.3 support when built with OpenSSL 1.1.1

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-11 Thread Rémy Maucherat
On Thu, Oct 11, 2018 at 4:52 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Усманов, > > On 10/10/18 11:12 AM, Усманов Азат Анварович wrote: > > Thanks Cristopher, I already did. All that´s left is to get the > > latest patch b

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-11 Thread Christopher Schultz
z > Отправлено: 10 октября 2018 г. > 17:47:47 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for > tomcat 7 with APR/tomcat-native > > Усманов, > > On 10/6/18 17:27, Усманов Азат Анварович wrote: >> I've been searching the web for any idea why Chrome can do t

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-10 Thread Усманов Азат Анварович
Thanks Cristopher, I already did. All that´s left is to get the latest patch backported to tomcat 7 От: Christopher Schultz Отправлено: 10 октября 2018 г. 17:47:47 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-10 Thread Christopher Schultz
at fedora , it > looks like the same sort of a problem,Interestingly enough it does > have a fix. My knowledge of C is quite limited, so could anyone > please look at the patch provided by these guys and see if it is > of any use in case of tomcat-native ? Have a look

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-06 Thread Усманов Азат Анварович
quite limited, so could anyone please look at the patch provided by these guys and see if it is of any use in case of tomcat-native ? От: Усманов Азат Анварович Отправлено: 25 сентября 2018 г. 11:39 Кому: Tomcat Users List Тема: Re: TLS1.3 support for tomcat 7

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-25 Thread Усманов Азат Анварович
Do I need to file a separate feature request for Tomcat itself? The one I already filed(https://bz.apache.org/bugzilla/show_bug.cgi?id=62748) is for tomcat-native component. I looked through Tomcat changelog, I've found that previously TLS1.2 support was added via enhancement request to t

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-20 Thread Усманов Азат Анварович
I did file a feature -enhancement in bugzilla https://bz.apache.org/bugzilla/show_bug.cgi?id=62748 От: Christopher Schultz Отправлено: 19 сентября 2018 г. 23:31:28 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-19 Thread Усманов Азат Анварович
Bugzilla? I'm a newbie to the tomcat users list От: Christopher Schultz Отправлено: 19 сентября 2018 г. 23:31:28 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for tomcat 7 with APR/tomcat-native -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Усманов

  1   2   3   4   5   6   >