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
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
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
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
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
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
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
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
&
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:
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
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-
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 535 matches
Mail list logo