CC does not come with default composite template for Trading Networks, so you need to create a custom composite template for it.
Start with default is-layer template first which can be found at INSTALL_DIR/profiles/CCE/data/templates/composite/is-layer/template.yaml
- Create environment configuration mytn.properties file with at least the following properties/values (adjust as needed):
single server setup
environment.type=server
folder to install to
install.dir=/opt/softwareag
remote platform is supported Linux distro
os.platform=lnxamd64
SSH user account that has write access to install.dir folder
os.username=sagadmin
os.password=sagadminpass
master, image or mirror repo with 9.8 or 9.9 MWS and deps
repo.product=webMethods-9.9_LocalMirror
master, image fix repo with all MWS fixes
repo.fix=Empower
remote linux host to install to
is.host=linuxhost
list of fixes to install
is.fixes=ALL
see is-layer/template.yaml for all supported properties/parameters
- Execute default is-layer template with the above mytn.properties file using CC CLI:
cc exec templates composite apply is-layer -i mytn.properties
-
Monitor the job using CC Web UI jobs view or CLI
-
To add TN Server clone is-layer template into a new/custom tn-layer template
Modify is-server inline template to add TNServer: product to the products list above integrationServer:
templates:
is-server:
fixes: ${is.fixes}
products:
TNServer:
integrationServer:
${is.instance.name}:
... rest of config
- Apply tn-layer template using the same configuration properties file
cc exec templates composite apply tn-layer -i mytn.properties
I’ll be posting basic composite template development tutorial in the next couple of weeks that will cover all the details on how to create new composite templates from scratch.
Stay turned.
Thanks
Sergei
#Integration-Server-and-ESB#webMethods#webMethods-General#Command-Central