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
Thank you. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL 60208-0801 darryl.ba...@northwestern.edu (847) 467-6674 On 2/6

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 dependent on APR at all?

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 provides API

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 into a separa

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 Plat

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 si

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Wed, Feb 5, 2025 at 7:58 PM Darryl Baker wrote: > 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. > Tomcat is available in the OS distribution other than the Jboss web server product. Tom

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: /bin/eli

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-n

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-native

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Evan Rempel
(july 2022) where the latest tomcat 9 is 9.0.98 EPEL8 does not even have tomcat 10 -- Evan From: Christopher Schultz Sent: February 4, 2025 2:18 PM To: users@tomcat.apache.org Subject: Re: Building tomcat-native on RHEL 8 Darryl, On 2/3/25 1:17 PM, Darryl Baker

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 M

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. System Administ

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 this is important

Re: Building tomcat-connectors (mod_jk) on Mac OS X

2014-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 8/19/14, 5:45 PM, Christopher Schultz wrote: > All, > > Does anyone know if it is possible to build mod_jk on Mac OS X > given the stock httpd that comes with the OS? I don't think httpd > is installed with a stock Mavericks, but my compu

Re: building tomcat 5.5 trunk

2010-09-11 Thread André Warnier
Wesley Acheson wrote: On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Reason I couldn't find the class in the 5.5 branch is a bit embarasing. I didn't set the classpath in eclip

Re: building tomcat 5.5 trunk

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: Re: building tomcat 5.5 trunk > >> Reason I couldn't find the class in the 5.5 branch is a bit >> embarasing. I didn't set the

Re: building tomcat 5.5 trunk

2010-09-10 Thread Konstantin Kolinko
2010/9/11 Wesley Acheson : > HI I'm trying to build tomcat 5.5 trunk (to look further at Marks > comment. http://marc.info/?l=tomcat-user&m=128350009319985&w=2 ). > > Trying to run ant download on build.xml gives me an error.  Does the > build.xml depend on me having subversion installed on my mach

RE: building tomcat 5.5 trunk

2010-09-10 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: building tomcat 5.5 trunk > Reason I couldn't find the class in the 5.5 branch is a bit > embarasing. I didn't set the classpath in eclipse and the > find class shortcut doesn't see it

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:49 AM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: Re: building tomcat 5.5 trunk > >> Is anyone familiar with the part of code that tries to write >> server.xml and where to find it.

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:32 AM, Wesley Acheson wrote: > > but I can't figure out what Catalina:type=StoreConfig refers to. I > don't see a StoreConfig class and I'm not familiar with JMX. If its > refering to a method called storeConfig I can only see that in classes > that eventually call the

RE: building tomcat 5.5 trunk

2010-09-10 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: building tomcat 5.5 trunk > Is anyone familiar with the part of code that tries to write > server.xml and where to find it. Familiar would be a bit strong, but at least some of the code you're looking

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
Actually I'm not being smart in these questions at all. What I want to do is investigate the code that writes the server.xml It doesn't matter if I'm able to build it or not. >There is some code that tries to save server.xml in the 5.5. tree. It >was used by the admin app. >Mark Is anyone famili

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-20 Thread Mark Thomas
Andre-John Mas wrote: > > On 19-Apr-2009, at 16:45, Mark Thomas wrote: > >> Andre-John Mas wrote: >>> the only thing which seems odd is the generated tar balls are marked as >>> 5.5.26. Is this normal? >> >> No :). That is a bug. > > I suppose it is the wrong time to open a ticket for this, but

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-19 Thread Andre-John Mas
On 19-Apr-2009, at 16:45, Mark Thomas wrote: Andre-John Mas wrote: the only thing which seems odd is the generated tar balls are marked as 5.5.26. Is this normal? No :). That is a bug. I suppose it is the wrong time to open a ticket for this, but for 5.5.28 would it be worth opening a

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-19 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Andre-John Mas [mailto:aj...@sympatico.ca] >> Subject: Building Tomcat 5.5.27 & tomcat-native >> >> I am trying to build 5.5.27, but it is asking for tomcat-native >> 1.1.12, though I see that only 1.1.16 is available. This being the >> case, a couple of questio

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-19 Thread Mark Thomas
Andre-John Mas wrote: > the only thing which seems odd is the generated tar balls are marked as > 5.5.26. Is this normal? No :). That is a bug. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:34, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Re: Building Tomcat 5.5.27 & tomcat-native should I be using JDK 1.4 or JDK 1.5 for my builds? Use 1.5. Sun "enhanced" the SQL interfaces in 1.6 in a way

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:30, Andre-John Mas wrote: On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see that on

RE: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Caldarale, Charles R
> From: Andre-John Mas [mailto:aj...@sympatico.ca] > Subject: Re: Building Tomcat 5.5.27 & tomcat-native > > should I be using JDK 1.4 or JDK 1.5 for my builds? Use 1.5. Sun "enhanced" the SQL interfaces in 1.6 in a way that made them incompatible with implementatio

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see that only 1.1.16 is available. This being the case, a coup

RE: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Caldarale, Charles R
> From: Andre-John Mas [mailto:aj...@sympatico.ca] > Subject: Building Tomcat 5.5.27 & tomcat-native > > I am trying to build 5.5.27, but it is asking for tomcat-native > 1.1.12, though I see that only 1.1.16 is available. This being the > case, a couple of questions: >- is this a suitable rep

Re: Building Tomcat With IcedTea

2008-10-18 Thread Ole Ersoy
Chuck, That must be it (Even though the build instructions for Tomcat 6 say 1.5.x or later). Thanks again for the heads up. - Ole - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTE

RE: Building Tomcat With IcedTea

2008-10-18 Thread Caldarale, Charles R
> From: Ole Ersoy [mailto:[EMAIL PROTECTED] > Subject: Building Tomcat With IcedTea > > I'm trying to build tomcat with IcedTea. I get the following > types of errors while DBCP is being built: Are you using JDK 6 for your Tomcat builds? Tomcat must be built with JDK 5 due to incompatibilities

Re: Building Tomcat

2006-08-25 Thread Markus Schönhaber
Zach Calvert wrote: > I discovered the problem. For some odd reason, which I haven't yet figured > out, the svn call in the build.xml root executable="svn"> > > > is not just putting the checkout in the basedir, it is checking them out > into a newly created directory current.loc.

RE: Building Tomcat

2006-08-25 Thread Zach Calvert
To: Tomcat Users List; users@tomcat.apache.org Subject: RE: Building Tomcat I discovered the problem. For some odd reason, which I haven't yet figured out, the svn call in the build.xml root is not just putting the checkout in the basedir, it is checking them out into a

RE: Building Tomcat

2006-08-25 Thread Zach Calvert
ubject: Re: Building Tomcat Zach Calvert wrote: > What are the exact steps of building the tomcat server from source? > By that I mean, where do you go to get the source, including the > dependent jars (commons, jasper, etc), and then use ant to build Tomcat > itself? Here's wha

Re: Building Tomcat

2006-08-25 Thread Markus Schönhaber
Zach Calvert wrote: > What are the exact steps of building the tomcat server from source? By > that I mean, where do you go to get the source, including the dependent > jars (commons, jasper, etc), and then use ant to build Tomcat itself? Here's what I do on Windows: - Create a build directory, s

RE: Building tomcat 5.5.16

2006-04-17 Thread Carlos Alberto Peláez Ayala
Users List Asunto: Re: Building tomcat 5.5.16 Carlos Alberto Peláez Ayala wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher This is a problem with your Ant environment, not Tomcat. Try Googling for this exception and/or th

Re: Building tomcat 5.5.16

2006-04-17 Thread Mark Thomas
Carlos Alberto Peláez Ayala wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher This is a problem with your Ant environment, not Tomcat. Try Googling for this exception and/or the Ant users list. Mark --