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
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 struggling to get Spring Boot's embedded Tomcat to s
Clay,
On 4/6/22 07:57, Clay Lehman wrote:
"Make sure you have the same versions of libssl, libapr, and libtcnative
that you built yourself and not those that e.g. ship with the OS. Where
are all your .so files for libtcnative, libssl, and libapr?"
Do you know if there are instructions on buildi
"Make sure you have the same versions of libssl, libapr, and libtcnative
that you built yourself and not those that e.g. ship with the OS. Where
are all your .so files for libtcnative, libssl, and libapr?"
Do you know if there are instructions on building these, or where the .so
files normally liv
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 recommended
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
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 Dockerfile