setenv.sh not loaded

2022-11-02 Thread Ivano Luberti
Hi, I have been given an Oracle Linux instance with tomcat 9.0.65 installed as a service. Tomcat is running correctly I have tried to create a setenv.sh file to tune the JVM, but using the tomcat manager application and the catalina.log file it seems that my java configuration is not loaded.

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh – normally) echo „setenv.sh executed successfully“ > $TOMCAT_HOME/log/debug.txt and check existence of this created file after having initiated a restart of the Tomcat process. BR, Johann

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh – normally) echo „setenv.sh executed successfully“ > $TOMCAT_HOME/log/debug.txt and check existence of this created file after having initiated a restart of the Tomcat process. BR, Johann

Re: setenv.sh not loaded

2022-11-02 Thread Olaf Kock
On 02.11.22 12:43, Ivano Luberti wrote: Hi, I have been given an Oracle Linux instance with tomcat 9.0.65 installed as a service. Tomcat is running correctly I have tried to create a setenv.sh file to tune the JVM, but using the tomcat manager application and the catalina.log file it seems

Re: setenv.sh not loaded

2022-11-02 Thread Ivano Luberti
Tomcat ahas benne installed using yum I cannot find any catalina.sh file on the system. So I have to check with the sysadmin how  he configured tomcat. Il 02/11/2022 13:46, Olaf Kock ha scritto: On 02.11.22 12:43, Ivano Luberti wrote: Hi, I have been given an Oracle Linux instance with

Re: AW: setenv.sh not loaded

2022-11-02 Thread Ivano Luberti
Hi Johann where should I insert the echo? In setenv.sh , right? If so, no file has been created, so stenv.sh seems is not called Il 02/11/2022 13:36, aon.913111...@aon.at ha scritto: Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh –

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread John Dale (DB2DOM)
Excellent! My confusion was due to the slow-coming 64 bit OS release. Thanks for clearing that up. I'm using the 64 bit version on most of my devices. John On 11/2/22, Felix Schumacher wrote: > > Am 02.11.22 um 17:41 schrieb John Dale (DB2DOM): >> Chris enters the room, gazes upon seven

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 10/27/22 11:03, John Dale (DB2DOM) wrote: Does anyone know of a report detailing how much of this older hardware is still out there and floating around? You mean like a list of all pieced of hardware ever sold and never scrapped? I think that would be practically impossible. I have

Re: [SECURITY][UPDATE] CVE-2022-42252 Apache Tomcat - Request Smuggling

2022-11-02 Thread Christopher Schultz
All, There is a typo in this announcement. The affected versions of Tomcat8.5 are 8.5.0 to 8.0.82, not 8.5.52. Thanks, -chris On 10/31/22 12:46, Mark Thomas wrote: CVE-2022-42252 Apache Tomcat - Request Smuggling Severity: Low Vendor: The Apache Software Foundation Versions Affected:

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread John Dale (DB2DOM)
Chris enters the room, gazes upon seven orcs, draws his sword, and opens the can of worms. Ooooh .. Philosophy. I love philosophy. :) Good philosophy starts with good questions. I love some of the newer hardware, too, but even Raspberry Pi is not yet 64 bit, is it? The dell computer that I'm

Re: Compatibility, 32 bit ..

2022-11-02 Thread John Dale (DB2DOM)
I'd like to continue to invest in Raspberry Pi, but also try to put together a functional 32bit build of my software for those poor old neglected closeted towers (really, poor things!). I should be able to do it, from the looks of this. Are you guys doing any kind of pruned down version of

Re: Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 10/28/22 10:46, John Dale (DB2DOM) wrote: I see .. Mark and/or Christopher - this means that no Tomcat 10, right? https://tomcat.apache.org/whichversion.html Tomcat 10.0, yes. Tomcat 10.1, no. Tomcat 10.0 has been superseded and will not get any further updates, thus you should

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread Felix Schumacher
Am 02.11.22 um 17:41 schrieb John Dale (DB2DOM): Chris enters the room, gazes upon seven orcs, draws his sword, and opens the can of worms. Ooooh .. Philosophy. I love philosophy. :) Good philosophy starts with good questions. I love some of the newer hardware, too, but even Raspberry Pi

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello again! I have installed a Tomcat 9.0.68 now on a CentOS vm, following actual recommendations how to do this on CentOS (means on RHEL as well). Following command, find / -name catalina.sh normally will be able to locate that core Tomcat shell script. setenv.sh needs to be located in

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello again! I have installed a Tomcat 9.0.68 now on a CentOS vm, following actual recommendations how to do this on CentOS (means on RHEL as well). Following command, find / -name catalina.sh normally will be able to locate that core Tomcat shell script. setenv.sh needs to be located in

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 11/2/22 14:28, John Dale (DB2DOM) wrote: On 11/2/22, Christopher Schultz wrote: If you are bemoaning the Linux kernel dropping support for i486, you might want to read about /why/ they are doing it. Honestly I'm not much of a bomoaner. I am pretty conservative when it comes to

AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Christopher, thank you for your additional hints! You are right regarding CATALINA_BASE, of course! (In case Tomcat is really configured to use a separated CATALINA_BASE setup. Which I have practiced since Tomcat 5, but in a slightly different manner.) And regarding debug info: As far as I

AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Christopher, thank you for your additional hints! You are right regarding CATALINA_BASE, of course! (In case Tomcat is really configured to use a separated CATALINA_BASE setup. Which I have practiced since Tomcat 5, but in a slightly different manner.) And regarding debug info: As far as I

Re: Partial commit (Transaction rollback )

2022-11-02 Thread Christopher Schultz
Mohan, On 10/31/22 08:37, Mohan T wrote: The same piece of code works in tomcat 8.5. with JDK 8 and Oracle DB 12C. Where is the commit occurring? Where is the rollback occurring? Stack traces for both? -chris -Original Message- From: Rob Sargent Sent: 31 October 2022 18:05 To:

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 11/2/22 12:41, John Dale (DB2DOM) wrote: > > [snip] > I love some of the newer hardware, too, but even Raspberry Pi is not yet 64 bit, is it? It depends on which one. The Wikipedia article on RPi lists 4 different units, 3 of which are 64-bit. > [snip] > Can an old 32 bit machine

Re: Compatibility, 32 bit ..

2022-11-02 Thread John Dale (DB2DOM)
On 11/2/22, Christopher Schultz wrote: > John, > > On 11/2/22 12:44, John Dale (DB2DOM) wrote: >> I'd like to continue to invest in Raspberry Pi, but also try to put >> together a functional 32bit build of my software for those poor old >> neglected closeted towers (really, poor things!). >> >> I

Re: [OT] Compatibility, 32 bit ..

2022-11-02 Thread John Dale (DB2DOM)
On 11/2/22, Christopher Schultz wrote: > John, > > On 11/2/22 12:41, John Dale (DB2DOM) wrote: > > > > [snip] > > >> I love some of the newer hardware, too, but even Raspberry Pi is not >> yet 64 bit, is it? > > It depends on which one. The Wikipedia article on RPi lists 4 different > units, 3

Re: Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 11/2/22 14:32, John Dale (DB2DOM) wrote: On 11/2/22, Christopher Schultz wrote: John, On 11/2/22 12:44, John Dale (DB2DOM) wrote: I'd like to continue to invest in Raspberry Pi, but also try to put together a functional 32bit build of my software for those poor old neglected

Re: Compatibility, 32 bit ..

2022-11-02 Thread Christopher Schultz
John, On 11/2/22 12:44, John Dale (DB2DOM) wrote: I'd like to continue to invest in Raspberry Pi, but also try to put together a functional 32bit build of my software for those poor old neglected closeted towers (really, poor things!). I should be able to do it, from the looks of this. Are

Re: AW: setenv.sh not loaded

2022-11-02 Thread Christopher Schultz
Johann, On 11/2/22 14:02, aon.913111...@aon.at wrote: I have installed a Tomcat 9.0.68 now on a CentOS vm, following actual recommendations how to do this on CentOS (means on RHEL as well). Following command, find / -name catalina.sh normally will be able to locate that core Tomcat shell