Deploy SAM into Apache Tomcat
Procedure
- Copy the sam-server-war.war file of the <TalendESBPath>/add-ons/sam directory.
-
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
-
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.