Softwarecomponents
KGS Store consists of the following components:
KGSStore.jar
KGSTool.jar
SAPALink.classis part of the software package (WAR-file) you received from KGS.
Additional required files for different DMS systems
In addition to the KGS Store base modules depending on your desired CAS other modules and components will have to be installed as well.
Additional modules for EMC Centera
In order to connect to EMC Centera Storage System the following additional components are require:
- FPLibrary.jar
- PAI_module.dll
- FPLibrary.dll
- FPParser.dll
Additional modules for DELL DX
In order to use DELL DX Storage System the following additional components are required:
- CAStorSDK.jar
- commons-code-1.3.jar
- commons-httpclient-3.0.1.jar
- commons-logging-1.1.jar
- jmdns-2.1.jar
- log4j-1.2.14.jar
Additional modules for database support
To use database-supported filesystem-based filing you'll have to install the JDBC driver for your database.
Please contat your database team for further details.
Installation for SAP ArchiveLink 4.5
Please keep in mind that the KGS ContentServer is independent of the Stoarge/DMS-System. If your connection requires additional JAR modules, please install these in the WEB-Server-environment.
Using Tomcat WEB-Server
Please install the product according to the installation instructions. Copy all libraries to a sub directory (example: ../tomcat x-x/shared/lib) as well as all JAR-modules (example: ../tomcat x-x/shared/classes).
Additional installation instructors for Windows platforms - Adapting JSL.INI
Please configure the classpath in the JSL.ini-file. The parameter <param01> (section [Java]) contains the classpath which is being used by the content server. Enter the location of the JAR containers KGSStore.jar and FPLibrary.jar here. The file JSL.ini is located in the directory InstallationdirectoryContentServer/Jigsaw/Exec.
Example:
[java]
...
...
param01
Jigsaw;..\classes;..classes\servlet.jar;..classes\jigsaw.jar;..C:\Programme\KGS\KGS Store\classes\KGSStore.jar;C:\Programme\KGS\KGS Store\classes\FPLibrary.jar;...