Update of Tomcat

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

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

Hi Vincent

Thanks for the hint.

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

Correct.

vschuurhof:
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,