Running the JAX-WS CXF WS-Trust Sample from Talend ESB - 7.3

Talend ESB STS User Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-04-17

Talend ESB includes a jaxws-cxf-sts sample under the examples folder of the distribution. The STS and WSP portions of this example run on Apache Tomcat Version 7.

Note: If you would like to use Tomcat 6, as discussed in this sample's README file, some changes to this sample are needed:
  • In Tomcat 6's tomcat-users.xml file (discussed in the next section), instead of giving the tomcat user the "manager-script" and "manager-gui" roles, give him the Tomcat 6-specific "manager" role.
  • Use the -PTomcat6 setting when deploying either the STS or the Web Service Provider onto Tomcat

If not already done, configure Maven to be able to install and uninstall the WSP and the STS by following these instructions: