Re: Setting service parameters not work in Tomcat 8.5.85+

2023-05-11 Thread Mark Thomas
On 10/05/2023 22:06, Gilles Maurice wrote: Hello, Our product currently uses Tomcat 8.5.83. We wanted to upgrade to Tomcat 8.5.88 but our product fails to start up with this version. From my research I was able to determine the following facts: - Upgrade to 8.5.84 works fine - Upgrade to

Re: Java Agent and Tomcat shutdown

2023-05-11 Thread logo
Hi Thomas > Am 11.05.2023 um 16:05 schrieb Thomas Hoffmann (Speed4Trade GmbH) > : > > Hello, > > we are using a java agent to start a listening process (JMX proxy). > > The systemd file for tomcat looks like (snippet): > JAVA_OPTS=... -javaagent:/opt/runtime/jmxagent/jmxagent.jar >

AW: Java Agent and Tomcat shutdown

2023-05-11 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Peter, > -Ursprüngliche Nachricht- > Von: l...@kreuser.name > Gesendet: Donnerstag, 11. Mai 2023 16:16 > An: Tomcat Users List > Betreff: Re: Java Agent and Tomcat shutdown > > Hi Thomas > > > Am 11.05.2023 um 16:05 schrieb Thomas Hoffmann (Speed4Trade GmbH) > : > > > > Hello, >

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread kmhuntly
Not sure if anyone cares or not but this is how I handle... Unpack Tomcat to /opt/Apache/tomcat/apache-tomcat- Create a link for the instance: /opt/Apache/tomcat/current -> /opt/Apache/tomcat/apache-tomcat- This effectively does the same thing as described below except instead of copying binary

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread Andr? van der Lugt
Hi Meltron, > -Original Message- > From: Meltron Kendrick > Sent: 11 May, 2023 19:09 > To: users@tomcat.apache.org > Subject: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > > I have NOT been able to locate clear HOW TO steps for this. > > I am currently focused on MINOR

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread jonmcalexander
How are you configured? Is your CATALINA_HOME and CATALINA_BASE Identical, or do you have the binaries separated from the configuration (Different CATALINA_BASE directory)? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His

Java Agent and Tomcat shutdown

2023-05-11 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, we are using a java agent to start a listening process (JMX proxy). The systemd file for tomcat looks like (snippet): JAVA_OPTS=... -javaagent:/opt/runtime/jmxagent/jmxagent.jar -Dorg.goktay.rmiregistry.port=15000 -Dorg.goktay.rmiserver.port=15001

Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread Meltron Kendrick
I have NOT been able to locate clear HOW TO steps for this. I am currently focused on MINOR upgrades. I will commence a different thread when I raise the question for MAJOR upgrades --- say from 9.x to 10.x -- or 9.x to 11.x IF someone can point me to a great resource... That would be