Deploy SAM into Apache Tomcat - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

Procedure

  1. Copy the sam-server-war.war file of the <TalendESBPath>/add-ons/sam directory.
  2. Paste it in the <TomcatPath>/webapps directory. The next time you will start Tomcat, the SAM Server application will automatically be deployed on the server.
    To do it in command line, you can use the following command:
    copy <TalendESBPath>/add-ons/sam/sam-server-war.war <TomcatPath>\webapps
  3. You can check whether the SAM Server has been successfully installed and is running by going to the following URL: http://localhost:8080/sam-server-war/services/sam
    Warning: http://localhost:8080/sam-server-war/services/sam is only given as example. Depending on your configuration, you may need to replace <localhost> with the IP address of the Web server and <8080> with the actual port used for the application.