Skip to main content Skip to complementary content
Close announcements banner

Installing Syncope with Tomcat from Talend Identity and Access Management

After installing Talend Identity and Access Management, install Syncope services on it with the right Tomcat port configured.

Procedure

  1. If Tomcat is running, stop it.
  2. Copy the add-ons/syncope/ files located in the ESB installation files and paste them in the apache-tomcat-xxx/webapps folder of the Talend Identity and Access Management installation files.
  3. Unzip the following files:
    • syncope-console.war
    • syncope-enduser.war

    You do not need to unzip syncope.war nor sts.war.

  4. Open the following files and update the port value to match the port of the Tomcat instance from Talend Identity and Access Management:
    • syncope-enduser/WEB-INF/classes/enduser.properties
    • syncope-console/WEB-INF/classes/console.properties

    By default the Tomcat port value is 9080. If you customized it during the installation of Talend Identity and Access Management, make sure to align the Syncope port with the customized value.

  5. Optional: To improve security, change the default credentials of the default Apache Syncope user account by editing the adminPassword parameter in the syncope/WEB-INF/classes/security.properties file.
    For more information, see Apache Syncope documentation
  6. Start Tomcat.

Results

You can access the Apache Syncope Console with the following URL: http://localhost:9080/syncope-console/.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!