Overview
This article describes two methods for upgrading JetPatch connectors: using VAI and binary files, or using RPM files.
Both methods require proper file permissions and service configuration to complete the upgrade process.
| Note: if you have a custom mount point, use this KC instead. |
There are two ways to accomplish this.
With Connector VAI and Binary files
- Copy the newest connector VAI files to /usr/share/intigua/package and set the following permissions
chown tomcat:tomcat vlink*
chmod 644 vlink*You also need to copy the connector binary files to /usr/share/intigua/bin and set the following permissions
chown tomcat:tomcat vlink*
chmod 755 vlink*- Once the VAI files and binary files are copied, you then need to create a new connector management service.
- Once created, you can deploy the new connector to any machine you like.
With Connector RPM files
- Install the intigua-connector and intigua-connector-runtime rpm files
- Once installed, restart Tomcat for the new connector service to appear.
Comments
0 comments
Please sign in to leave a comment.