Page 1 of 1

Update of Tomcat

PostPosted: Fri Aug 25, 2017 3:26 pm
by huber
Hi

What is the easiest way to update a Tomcat from let's say Version 9.0.0 M21 to Version 9.0.0 M26? Is there a way to let an updater run or does it mean installing the new version in parallel (to the existing one) and configuring it from scratch?

Thanks and best regards,
Robert

Re: Update of Tomcat

PostPosted: Mon Sep 18, 2017 9:26 am
by vschuurhof
I assume you mean Tomcat separate from Servoy? So in other words, you deploy your Servoy solution as WAR?

Upgrading Tomcat is indeed something you need to do manually. I would advice you to take a look at the following page, which is dedicated to how to upgrade to multiple versions: http://tomcat.apache.org/migration.html

Re: Update of Tomcat

PostPosted: Wed Sep 20, 2017 10:54 am
by huber
Hi Vincent

Thanks for the hint.

vschuurhof wrote:I assume you mean Tomcat separate from Servoy? So in other words, you deploy your Servoy solution as WAR?l

Correct.

vschuurhof wrote:Upgrading Tomcat is indeed something you need to do manually. I would advice you to take a look at the following page, which is dedicated to how to upgrade to multiple versions: http://tomcat.apache.org/migration.html


I read these migration information, but it is not so helpful to me, I did not find the answer(s) I was looking for. For example, can I overwrite my existing Tomcat like it's done with application updaters?

Regards,