Re: Amazon Linux 2023 and Graviton

2024-10-23 Thread John Pollard via Webobjects-dev
This was resolved be editing: /etc/httpd/conf.modules.d/00-mpm.conf and loading mod_mpm_prefork.so instead of mod_mpm_event.so This has come up in this mailing list in the past but I failed to find it for a while! So Gravition deployment ok again. > On 22 Oct 2024, at 19:27, John Pollard via Webo

Re: Amazon Linux 2023 and Graviton

2024-10-22 Thread John Pollard via Webobjects-dev
So actually I can’t get https requests from the browser to my WO app to get through on AL2023 and Graviton…..yet. If I use curl to fetch an https page, it works fine and I see the HTML of my page returned: curl --insecure https://test.glovesonhand.co.uk/wa/1/43/4431-All-Ladies-Fashion.html Bu

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread Miguel Angel Torres Avila via Webobjects-dev
Hi John, I would like to have a copy of mod_WebObjects.so to run some tests. Thanks in advance.  > El 3 oct 2024, a las 7:37 a.m., John Pollard via Webobjects-dev > escribió: > > Just to confirm, deploying to Graviton AWS server all smooth and should help >

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread John Pollard via Webobjects-dev
Just to confirm, deploying to Graviton AWS server all smooth and should help lower costs. I have a built mod_WebObjects.so if anyone wants a copy. The biggest issue I came across was having to upgrade one of my attached volumes from ext3 to xps file system as the late

Re: Amazon Linux 2023 and Graviton

2024-09-19 Thread John Pollard via Webobjects-dev
I do appear to have built mod_WebObjects.so Some things I did on a new Amazon Linux 2023 Graviton instance sudo yum groupinstall "Development Tools” sudo yum install httpd-devel Downloaded the wonder tarball as per the instructions linked below and extracted it cd into Utilities/Adaptors Edit ma

Re: Amazon Linux 2023 and Graviton

2024-09-18 Thread John Pollard via Webobjects-dev
Paul mentions that the WO Adaptor is easy to build from source; has anyone done it on Amazon Graviton hardware? Would the best instructions be here?: https://wiki.wocommunity.org/xwiki/bin/view/documentation/Home/Deployment/Compiling%20the%20HTTP%20adaptor%20on%20Linux/ Though I note that hasn’t

Re: Amazon Linux 2023

2024-06-21 Thread Paul Hoadley via Webobjects-dev
Hi John, On 21 Jun 2024, at 17:33, John Pollard wrote: > Also Paul, what instance type are you using; Amazon offer their own Graviton > instance types more cheaply and with higher performance, but I am on > t3.xlarge currently. Should I be looking at graviton versions? Is there a WO > adaptor

Re: Amazon Linux 2023

2024-06-21 Thread John Pollard via Webobjects-dev
Also Paul, what instance type are you using; Amazon offer their own Graviton instance types more cheaply and with higher performance, but I am on t3.xlarge currently. Should I be looking at graviton versions? Is there a WO adaptor built for them that can be grabbed? Any other considerations in d

Re: Amazon Linux 2023

2024-06-19 Thread John Pollard via Webobjects-dev
Thanks again Paul I use Java Web Start, so I don’t think corretto will work for me. I do use cron yes. John > On 19 Jun 2024, at 00:34, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 18 Jun 2024, at 19:15, John Pollard wrote: > >> Thanks Paul, that’s really helpful. >> >> java

Re: Amazon Linux 2023

2024-06-18 Thread Paul Hoadley via Webobjects-dev
Hi John, On 18 Jun 2024, at 19:15, John Pollard wrote: > Thanks Paul, that’s really helpful. > > java -version > openjdk version "1.8.0_402" > OpenJDK Runtime Environment (build 1.8.0_402-b06) > OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode) > > Will I need to change to corretto? Sho

Re: Amazon Linux 2023

2024-06-18 Thread John Pollard via Webobjects-dev
Thanks Paul, that’s really helpful. java -version openjdk version "1.8.0_402" OpenJDK Runtime Environment (build 1.8.0_402-b06) OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode) Will I need to change to corretto? Sounds like I will need to look into cronie, thanks for the heads up. Is the

Re: Amazon Linux 2023

2024-06-17 Thread Paul Hoadley via Webobjects-dev
Hi John, On 17 Jun 2024, at 20:09, John Pollard via Webobjects-dev wrote: > I am deployed to Amazon Linux 2 and need to move to Amazon Linux 2023 by > March 2025. > > Was anyone else in this boat / has already done this migration? > > If so, is there anything I should be aware of before I st

Re: Amazon Linux 2023

2024-06-17 Thread Jesse Tayler via Webobjects-dev
I’ve been using containers which are helpful in controlling the administration without need of knowing much about the host environment. > On Jun 17, 2024, at 6:39 AM, John Pollard via Webobjects-dev > wrote: > > Hello, > > I am deployed to Amazon Linux 2 and need to move to Amazon Linux 202