Re: JM force quit, auto-jstack

2024-10-22 Thread Paul Hoadley via Webobjects-dev
On 22 Oct 2024, at 22:36, OCsite via Webobjects-dev wrote: > does JavaMonitor support hooks? We would like that whenever someone kills an > application through Configure / Force Quit, jstack gets called automatically > before killing the application on its PID, and its output added to the > a

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

JM force quit, auto-jstack

2024-10-22 Thread OCsite via Webobjects-dev
Hi there, does JavaMonitor support hooks? We would like that whenever someone kills an application through Configure / Force Quit, jstack gets called automatically before killing the application on its PID, and its output added to the application log. Is that possible somehow? Thanks, OC