Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache Tomcat support on RHEl 8.4 |
|
Author |
|
Shrinidhi0409
Joined: 24 Sep 2021 Posts: 18 Location: India
|
Posted: Mon 15 Nov '21 14:27 Post subject: Apache Tomcat support on RHEl 8.4 |
|
|
Hi ,
We are planning to install Apache Tomcat 8.5.7 server and below listed supportive libraries for apache server on RHEL 8.4. Can you please let us know whether the software listed below can be installed on RHEL 8.4 or any suggestion on the version change of the below software with respect to RHEL 8.4.
Apache tomcat – 8.5.7
Apr – 1.6.3
Apr-util – 1.6.1
Tomcat -connectors – 1.2.48
Httpd - 2.4.37
Pcre -10.39
Regards,
Shrinidhi S |
|
Back to top |
|
tangent Moderator
Joined: 16 Aug 2020 Posts: 348 Location: UK
|
Posted: Tue 16 Nov '21 14:18 Post subject: |
|
|
I have a Centos 8.4 VM, currently comparable to RedHat 8.4, until such time as Rocky Linux supercedes it.
The following package versions are listed on my VM following the latest dnf updates.
Code: | $ dnf list | egrep -e "^(apr|apr-util|httpd|pcre2).x86_64"
apr.x86_64 1.6.3-11.el8 @appstream
apr-util.x86_64 1.6.1-6.el8 @appstream
httpd.x86_64 2.4.37-39.module_el8.4.0+950+0577e6ac.1 @appstream
pcre2.x86_64 10.32-2.el8 @BaseOS |
Apart from PCRE2, these match the versions you've listed, and predictably Apache runs fine on this platform.
I've not tried to install Tomcat, but see no reason why any published release should be a problem, provided you've installed the appropriate JDK. It is after all Java.
Equally I've not seen an RPM for the Tomcat Connectors module, so you'll most likely need to build that from source. It needs apxs, so you'll need to install the 'httpd-devel' package to get that. |
|
Back to top |
|
|
|
|
|
|