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

2023-05-18 Thread Meltron Kendrick
Mark, Points noted. Thank you good sir. I will try the weird path -- just to see if it solves the problem. I am investigating how it became like this. I inherited this task. Overall I absolutely concur with going with the an Official Tomcat release. I want to bring over any / all customized

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

2023-05-18 Thread Mark Thomas
18 May 2023 06:06:04 Meltron Kendrick : I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apache.catalina.util.ServerInfo" Any ideas on HOW TO properly do this? Start with an official Tomcat release that

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

2023-05-18 Thread Terence M. Bandoian
This might be helpful: https://docs.oracle.com/en/java/javase/17/docs/specs/man/jar.html -Terence Bandoian On 5/17/2023 11:06 PM, Meltron Kendrick wrote: I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class

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

2023-05-17 Thread Meltron Kendrick
I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apache.catalina.util.ServerInfo" Any ideas on HOW TO properly do this? On Wed, May 17, 2023 at 9:58 PM Meltron Kendrick wrote: > I was able to DECOMPRESS

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

2023-05-17 Thread Meltron Kendrick
I was able to DECOMPRESS the .jar file -- using 7-zip -- and edited the org/apache/catalina/util/ServerInfo.properties file to the proper version and date info... Now I need to COMPRESS everything with the updated org/apache/catalina/util/ServerInfo.properties file added back into the .jar

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

2023-05-17 Thread Meltron Kendrick
Thank you Chuck! What is the best way to go about updating the 3 lines to accurately reflect the proper version details? On Tue, May 16, 2023 at 9:08 PM Chuck Caldarale wrote: > > > On 2023-05-16, at 17:02, Meltron Kendrick > wrote: > > > > I am trying to get these fields to UPDATE

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

2023-05-16 Thread Chuck Caldarale
> On 2023-05-16, at 17:02, Meltron Kendrick wrote: > > I am trying to get these fields to UPDATE properly... > > ESPECIALLY THESE 3 --- > (but all of them would be nice) > > Server version: Secure Web Server > Server built: Jan 01 2000 00:00:00 UTC > Server number: 1.0.0.0 This

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

2023-05-16 Thread Meltron Kendrick
I am trying to get these fields to UPDATE properly... ESPECIALLY THESE 3 --- (but all of them would be nice) Server version: Secure Web Server Server built: Jan 01 2000 00:00:00 UTC Server number: 1.0.0.0 *sudo -u tomcat /opt/tomcat/bin/version.sh* Using CATALINA_BASE: /opt/tomcat Using

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

2023-05-12 Thread Meltron Kendrick
t wrote: > > 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 > >>

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

2023-05-12 Thread Christopher Schultz
André, On 5/11/23 14:49, Andr? van der Lugt wrote: 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

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

2023-05-12 Thread Evan Rempel
your cooperation. -Original Message- From: kmhun...@gmail.com <mailto:kmhun...@gmail.com> mailto:kmhun...@gmail.com>> Sent: Thursday, May 11, 2023 3:12 PM To: 'Tomcat Users List' mailto:users@tomcat.apache.org>> Subject: RE: Best Practice to Upgrade

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

2023-05-12 Thread Darryl Baker
gt; -Original Message- > From: kmhun...@gmail.com <mailto:kmhun...@gmail.com> <mailto:kmhun...@gmail.com>> > Sent: Thursday, May 11, 2023 3:12 PM > To: 'Tomcat Users List' <mailto:users@tomcat.apache.org>> > Subject: RE: Best Practice to

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

2023-05-12 Thread jonmcalexander
t Users List' > Subject: RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > > 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 -> &

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

2023-05-11 Thread kmhuntly
.56 to 9.0.74 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. >

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

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

2023-05-11 Thread jonmcalexander
for your cooperation. > -Original Message- > From: Meltron Kendrick > Sent: Thursday, May 11, 2023 12:09 PM > 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 step

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