Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Expand

In case you used an installation with an older core bundle than version 1.5.3 your configuration file was not synced with configuration changes via the WebGUI.

Before you can update, you have to adjust your .cfg configuration files inside the conf folder, with the current configuration which you can see in the WebGUI.

Hint for tia® Content Server, tia® H5 Viewer & tia® Web Service

Expand

If you didn't checked the box for Create Configuration File you don't have the .cfg files inside your conf folder.

Check the product documentation to create these manualy.

This is related to:

  • ContentServer Repositories
  • HTML5Viewer Instances
  • WebService Applications




Info
titlePlease note:

In order to check the Core version of your KGS product go to OSGi → Bundles within the web user-interface and look for the bundle KGS Common Application Services.

...

4. Restore configuration & application data

...

Reset KGS Store Configuration in web.xml

In case your former web.xml is modified, replace the default shows the following section please set the path to your storage.cfg file again in the newly created web.xml file with the one in your backup.Image Removedwithin the WEB-INF folder.

Code Block
titleweb.xml
   	<env-entry>
   		<env-entry-name>KGSStore-Profile</env-entry-name>
   		<env-entry-type>java.lang.String</env-entry-type>
    	<env-entry-value>/opt/tomcat/conf/storage.cfg</env-entry-value>
   	</env-entry>

Restoring database

To restore your database, the work folder must be created with the default content first.

...