You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2022/03/27 06:54:26 UTC

Apache tomcat upgrade from 9.0.52 to 9.0.60

Hi,

I am referring to https://tomcat.apache.org/download-90.cgi. I am currently
running
Apache Tomcat/9.0.52 on CentOS Linux release 7.9.2009 (Core)

/opt/tomcat/bin/version.sh
Using CATALINA_BASE:   /var/tmp/tomcat9
Using CATALINA_HOME:   /var/tmp/tomcat9
Using CATALINA_TMPDIR: /var/tmp/tomcat9/temp
Using JRE_HOME:        /usr
Using CLASSPATH:
/var/tmp/tomcat9/bin/bootstrap.jar:/var/tmp/tomcat9/bin/tomcat-juli.jar
Using CATALINA_OPTS:
Server version: Apache Tomcat/9.0.52
Server built:   Jul 31 2021 04:12:17 UTC
Server number:  9.0.52.0
OS Name:        Linux
OS Version:     3.10.0-1160.59.1.el7.x86_64
Architecture:   amd64
JVM Version:    1.8.0_322-b06
JVM Vendor:     Red Hat, Inc.

How do I upgrade it to the latest version as per
https://tomcat.apache.org/download-90.cgi#9.0.60 Please suggest/guide?

Thanks in advance and I look forward to hearing from you

Best Regards,

Kaushal

Re: AW: Apache tomcat upgrade from 9.0.52 to 9.0.60

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Thomas,

On 3/27/22 13:28, Thomas Hoffmann (Speed4Trade GmbH) wrote:
> 
>> -----Ursprüngliche Nachricht-----
>> Von: Kaushal Shriyan <ka...@gmail.com>
>> Gesendet: Sonntag, 27. März 2022 08:54
>> An: Tomcat Users List <us...@tomcat.apache.org>
>> Betreff: Apache tomcat upgrade from 9.0.52 to 9.0.60
>>
>> Hi,
>>
>> I am referring to https://tomcat.apache.org/download-90.cgi. I am currently
>> running Apache Tomcat/9.0.52 on CentOS Linux release 7.9.2009 (Core)
>>
>> /opt/tomcat/bin/version.sh
>> Using CATALINA_BASE:   /var/tmp/tomcat9
>> Using CATALINA_HOME:   /var/tmp/tomcat9
>> Using CATALINA_TMPDIR: /var/tmp/tomcat9/temp
>> Using JRE_HOME:        /usr
>> Using CLASSPATH:
>> /var/tmp/tomcat9/bin/bootstrap.jar:/var/tmp/tomcat9/bin/tomcat-juli.jar
>> Using CATALINA_OPTS:
>> Server version: Apache Tomcat/9.0.52
>> Server built:   Jul 31 2021 04:12:17 UTC
>> Server number:  9.0.52.0
>> OS Name:        Linux
>> OS Version:     3.10.0-1160.59.1.el7.x86_64
>> Architecture:   amd64
>> JVM Version:    1.8.0_322-b06
>> JVM Vendor:     Red Hat, Inc.
>>
>> How do I upgrade it to the latest version as per
>> https://tomcat.apache.org/download-90.cgi#9.0.60 Please suggest/guide?
>>
>> Thanks in advance and I look forward to hearing from you
>>
>> Best Regards,
>>
>> Kaushal
> 
> Hello,
> best is to separate CATALINA_HOME and CATALINA_BASE.
> Use a symlimk for Catalina_home and remove the version-no for the link.
> Thus you can stop tomcat, switch the symlink to new version and start tomcat again.

+1

See for example:
https://tomcat.apache.org/presentations.html#latest-split-installation

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


AW: Apache tomcat upgrade from 9.0.52 to 9.0.60

Posted by "Thomas Hoffmann (Speed4Trade GmbH)" <Th...@speed4trade.com.INVALID>.
> -----Ursprüngliche Nachricht-----
> Von: Kaushal Shriyan <ka...@gmail.com>
> Gesendet: Sonntag, 27. März 2022 08:54
> An: Tomcat Users List <us...@tomcat.apache.org>
> Betreff: Apache tomcat upgrade from 9.0.52 to 9.0.60
> 
> Hi,
> 
> I am referring to https://tomcat.apache.org/download-90.cgi. I am currently
> running Apache Tomcat/9.0.52 on CentOS Linux release 7.9.2009 (Core)
> 
> /opt/tomcat/bin/version.sh
> Using CATALINA_BASE:   /var/tmp/tomcat9
> Using CATALINA_HOME:   /var/tmp/tomcat9
> Using CATALINA_TMPDIR: /var/tmp/tomcat9/temp
> Using JRE_HOME:        /usr
> Using CLASSPATH:
> /var/tmp/tomcat9/bin/bootstrap.jar:/var/tmp/tomcat9/bin/tomcat-juli.jar
> Using CATALINA_OPTS:
> Server version: Apache Tomcat/9.0.52
> Server built:   Jul 31 2021 04:12:17 UTC
> Server number:  9.0.52.0
> OS Name:        Linux
> OS Version:     3.10.0-1160.59.1.el7.x86_64
> Architecture:   amd64
> JVM Version:    1.8.0_322-b06
> JVM Vendor:     Red Hat, Inc.
> 
> How do I upgrade it to the latest version as per
> https://tomcat.apache.org/download-90.cgi#9.0.60 Please suggest/guide?
> 
> Thanks in advance and I look forward to hearing from you
> 
> Best Regards,
> 
> Kaushal

Hello,
best is to separate CATALINA_HOME and CATALINA_BASE.
Use a symlimk for Catalina_home and remove the version-no for the link.
Thus you can stop tomcat, switch the symlink to new version and start tomcat again.

Greetings, Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org