RE: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-08 Thread jonmcalexander
; From: Christopher Schultz > Sent: Tuesday, February 8, 2022 6:10 PM > To: users@tomcat.apache.org > Subject: Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 > server > > Jon, > > On 2/7/22 18:24, jonmcalexan...@wellsfargo.com.INVALID wrote: > >&g

Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-08 Thread Christopher Schultz
Jon, On 2/7/22 18:24, jonmcalexan...@wellsfargo.com.INVALID wrote: -Original Message- From: Christopher Schultz Sent: Monday, February 7, 2022 2:32 PM To: users@tomcat.apache.org Subject: Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server Rakesh, On 2/6/22 14:52

RE: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-07 Thread jonmcalexander
> -Original Message- > From: Christopher Schultz > Sent: Monday, February 7, 2022 2:32 PM > To: users@tomcat.apache.org > Subject: Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 > server > > Rakesh, > > On 2/6/22 14:52, rakesh meka w

Re: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-07 Thread Christopher Schultz
Rakesh, On 2/6/22 14:52, rakesh meka wrote: Greetings of the day. Hope you all are doing well. I am actually new to tomcat. I had required from the client that we need to upgrade tomcat from 8.5.23 to 8.5.75 where there is an application is deployed which makes sap 4.6c integration. So I need

RE: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-07 Thread jonmcalexander
Note, this is if on Windows. Linux/Unix is similar without the service part.­ Thanks, Sent with BlackBerry Work (www.blackberry.com) From: jonmcalexan...@wellsfargo.com.INVALID Sent: Feb 7, 2022 8:48 AM To: users@tomcat.apache.org Subject: RE: How to Upgrade

RE: How to Upgrade tomcat from 8.5.23 to 8.5.73 | windows r2 2008 server

2022-02-07 Thread jonmcalexander
The way I suggest ­is to do this: First Time 1. Install new version side-by-side. 2. Separate CATALINA_BASE and CATALUNA_HOME. 3. Create a symbolic link for CATALINA_HOME. 4. Make the necessary changes to config files, make sure the CATALINA_BASE lib only contains the jar files for your applica

Re: How to Upgrade Tomcat

2021-11-16 Thread Christopher Schultz
Rakesh, First: please don't hijack threads (you replied to a thread called "How to *properly* create and use a CATALINA_BASE installation") Second: it's ironic that you replied to this particular thread, because one of my recommendations is to always run with CATALINA_HOME and CATALINA_BASE

Re: How to Upgrade Tomcat

2021-11-15 Thread rakesh meka
Hi All, Need guidance or help I order to upgrade the current tomcat version on the server to later version where I have already deployed an application on windows server and do not want to loss any data. Current version of tomcat : 8.5.23 Need to upgrade to either : 8.5.73 or 9.0.54 On Tue,

Re: how to upgrade tomcat 8.5.x?

2017-05-25 Thread Mark Eggers
Chris, On 5/24/2017 2:09 PM, Christopher Schultz wrote: > Mark, > > On 5/24/17 11:50 AM, Mark Eggers wrote: >> True blue-green deployments would take some additional work, but >> that's not beyond the realm of possibility. I might spend some >> time doing this with Elastic Beanstalk, since $work

Re: how to upgrade tomcat 8.5.x?

2017-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/24/17 11:50 AM, Mark Eggers wrote: > True blue-green deployments would take some additional work, but > that's not beyond the realm of possibility. I might spend some > time doing this with Elastic Beanstalk, since $work wishes to move >

Re: how to upgrade tomcat 8.5.x?

2017-05-24 Thread Mark Eggers
Chris, On 5/23/2017 10:55 AM, Christopher Schultz wrote: > Mark, > > On 5/21/17 8:34 PM, Mark Eggers wrote: >> I developed my own [build and deployment scripts]. I use the Ant >> scripts just for customizing Tomcat installations.> I do have one >> slight issue with my current Ant scripts. The li

Re: how to upgrade tomcat 8.5.x?

2017-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/21/17 8:34 PM, Mark Eggers wrote: > I developed my own [build and deployment scripts]. I use the Ant > scripts just for customizing Tomcat installations.> I do have one > slight issue with my current Ant scripts. The link task isn't > su

Re: how to upgrade tomcat 8.5.x?

2017-05-21 Thread Mark Eggers
Chris, On 5/20/2017 4:37 PM, Christopher Schultz wrote: > Mark, > > On 5/19/17 3:26 PM, Mark Eggers wrote: >> GB, > >> On 5/19/2017 8:28 AM, gkk gb wrote: >>> If my current Tomcat is installed in >>> >>> >>> /home/tomcat/dir1/apache-tomcat-8.5.9 >>> >>> >>> and then I install the latest Tomcat i

Re: how to upgrade tomcat 8.5.x?

2017-05-21 Thread Igal @ Lucee.org
Chris, On 5/20/2017 4:37 PM, Christopher Schultz wrote: This is roughly what we do as well: our ant-based build scripts build server.xml (and context.xml for that matter) from a set of properties that are specific to the application (and environment). And of course Tomcat is started/stopped wi

Re: how to upgrade tomcat 8.5.x?

2017-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/19/17 3:26 PM, Mark Eggers wrote: > GB, > > On 5/19/2017 8:28 AM, gkk gb wrote: >> If my current Tomcat is installed in >> >> >> /home/tomcat/dir1/apache-tomcat-8.5.9 >> >> >> and then I install the latest Tomcat in >> >> >> /home/

Re: how to upgrade tomcat 8.5.x?

2017-05-19 Thread Mark Eggers
GB, On 5/19/2017 8:28 AM, gkk gb wrote: > If my current Tomcat is installed in > > > /home/tomcat/dir1/apache-tomcat-8.5.9 > > > and then I install the latest Tomcat in > > > /home/tomcat/dir1/apache-tomcat-8.5.15 > > > how does Apache web server know to connect to the newer version of > T

Re: how to upgrade tomcat 8.5.x?

2017-05-19 Thread gkk gb
If my current Tomcat is installed in /home/tomcat/dir1/apache-tomcat-8.5.9 and then I install the latest Tomcat in /home/tomcat/dir1/apache-tomcat-8.5.15 how does Apache web server know to connect to the newer version of Tomcat? Is this established by the definition of CATALINA_H

Re: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Daniel Savard
2017-05-17 12:58 GMT-04:00 Richard Huntrods : > On 16/05/2017 17:18, Igal @ Lucee.org wrote: >> >>> On 5/16/2017 8:27 AM, Kreuser, Peter wrote: >>> I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory. $CATALINA_HOME

Re: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Richard Huntrods
On 16/05/2017 17:18, Igal @ Lucee.org wrote: On 5/16/2017 8:27 AM, Kreuser, Peter wrote: I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory. $CATALINA_HOME holds the actual distributed Tomcat-"Binaries" (ZIP/TGZ), $CATALINA_BASE hol

Re: how to upgrade tomcat 8.5.x?

2017-05-16 Thread Igal @ Lucee.org
On 5/16/2017 6:37 AM, modjkl...@comcast.net wrote: I assume I need to shutdown Tomcat. Then, is there a set of directories I should just replace to perform the update? Are these directories listed somewhere? Then do I just restart Tomcat to finalize the update? Any advice much appreciated (the

Re: How to upgrade Tomcat

2015-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akbar, On 6/8/15 8:58 AM, Akbar Thanakalacheruvu wrote: > How to upgrade Tomcat from 7.0.37 to 7.0.62 ? Are there any > instructions or document for the same? I could have sworn there was an "Upgrading" page on the wiki... Time to get started. B

Re: How to upgrade Tomcat

2015-06-08 Thread Neill Lima
I love this page: http://tomcat.apache.org/migration-7.html#Upgrading_7.0.x Result: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/conf/catalina.policy?diff_format=h&r1=1445362&r2=1678231 On Mon, Jun 8, 2015 at 3:00 PM, David kerber wrote: > On 6/8/2015 8:58 AM, Akbar Thanakalacheruvu wrote

Re: How to upgrade Tomcat

2015-06-08 Thread David kerber
On 6/8/2015 8:58 AM, Akbar Thanakalacheruvu wrote: Hi How to upgrade Tomcat from 7.0.37 to 7.0.62 ? Are there any instructions or document for the same? If you are using a standard installation from the ASF, then just install the newer version over the old one and test your app. Thanks