Skip to main content Skip to complementary content
Close announcements banner

Deploy SAM into Apache Tomcat

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:
    cp <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
    Information noteWarning: 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.

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!