IXOS Services Installation and Configuration - IXOS Services Installation and Configuration - The IXOS service can be started as an application in Apache Tomcat, as a separate process or as Windows service. A WAR file is included for installation. - Saperion ECM - Saperion IXOS Connector - Current/Saperion-IXOS-Connector/rka1763108615393 - Current - Current

Saperion IXOS Connector

Platform
Saperion ECM
Product
Saperion IXOS Connector
Release
Current
License
ft:lastPublication
2026-04-06T13:28:41.785926
ft:locale
en-US

The IXOS service can be started as an application in Apache Tomcat, as a separate process or as Windows service. A WAR file is included for installation.

To install IXOS service as an application, as a seperate process, or as a Windows service, complete the following steps.

  1. Copy the following IXOS service URL in the saperion.properties file. This provides the location of IXOS service to Java Core server and enables it to communicate with the IXOS service. ([Drive:]\\{path}\Saperion\Application\scr\scr-javacoreserver\config\saperion.properties )configuration file: IxosService=http://[url:port]/Ixos_Service/rest/IxosService/loaddoc
  2. In the “IxosService” directory, open the “web.xml” file and ensure that that the following configurations are included.
    1. The "technicalUser" is listed as a user in the file. This enables Saperion to authenticate the IXOS service.
    2. The temporary directory path is configured. Specific files from the ISO container are stored in this directory.
    Goal:The IXOS service must be accessible via an HTTP request from the JavaCoreServer, and it must be able to access the OT archive.

    In addition to the above steps, you need to complete additional steps based on how you want to install IXOS Connector. There are three ways you can install the connector.

    • Apache Tomcat installation
    • Independently-running process
    • Standalone Windows Service