Check of System Requirements
Checking Database Time Zone Tables
If the display is the same as in the video above and the time can be converted, the time zone tables have been imported correctly.
Checking the Java Version
Checking the MySQL/MariaDB Version
Checking the Tomcat Version
Updating the API
System Requirements
All the requirements should be checked before updating the API.
- Check the Java Version
- Check the Tomcat Version
- Check the MySQL/MariaDB Version
- Check Database Time Zone Tables
Update
The API update is carried out according to the following procedure:
- Stop the Tomcat service
- Delete 'api.war' and 'swagger-proxy.war' and the corresponding folders in the Tomcat Webapps directory (RHEL: /usr/share/tomcat/webapps, DEBIAN: /var/lib/tomcat/webapps)
- Copy the new 'api.war' and 'swagger-proxy.war' (due to rights issues, do not move them!) to the Tomcat Webapps directory
- Start the Tomcat service
Updating Proxy
System Requirements
All the requirements should be checked before updating the proxy.
- Check the Java Version
Update
The update of the WebDAV proxy is carried out according to the following procedure:
- Stop the WebDAV proxy service
- Delete the contents of the WebDAV proxy folder (Linux: /usr/share/sdswebdav | Windows: C:\Program Files\SDS WebDAV-SFTP Proxy)
- Copy the new contents to the WebDAV proxy folder
- Start the WebDAV proxy service
Updating the WebUI
Requirements
All the requirements should be checked before updating the WebUI.
- Check the Java Version
- Check the Tomcat Version
Update
The WebUI update is carried out according to the following procedure:
- Stop the Tomcat service
- Delete 'ROOT.war' and the corresponding folder in the Tomcat Webapps directory (RHEL: /usr/share/tomcat/webapps, DEBIAN: /var/lib/tomcat/webapps)
- Copy the new 'ROOT.war' to the Tomcat Webapps directory
- Start the Tomcat service
Comments
0 comments
Article is closed for comments.