Manually updating Apache Tomcat version for the Link application
This procedure defines the steps to manually update the installed Apache Tomcat version software for the Link application. If the currently installed version of Apache Tomcat version has a security issue that is resolved in a later version, you can follow these steps to update it.
Before you begin
Important: Ensure that you back up the
<Link installation
folder>/restapi/ folder.
About this task
To manually update Apache Tomcat version for Link application on windows platform, complete the following steps:
Procedure
- Download the latest 64-bit Windows binaries of Apache Tomcat version in ZIP format from the official Apache Tomcat website.
- Copy the downloaded ZIP archive into the <Link installation folder>/restapi/tomcat folder.
-
Complete the following steps:
- Type WINDOWS+R.
- Right-click the Command Prompt window and select Run as Administrator.
- In the Command Prompt window, change the current directory to <Link installation folder>\DesignServer.
-
Run the following command to clean any existing Apache Tomcat
installation:
clean.bat - Use a Text Editor to modify the dtxtomcat.ini configuration file located at the <Link installation folder>\restapi\tomcat\ location. Update the string TomcatVersion=9.0.XX to match the version of the downloaded Apache Tomcat version from Step 1. Save the changes.
-
From the same command prompt window folder, as mentioned in Step 3, run
the following command to install Apache Tomcat:
install.bat