Configuration of a SALT application
In the previous sections, we have discussed the various components of SALT and how to install them; now we will discuss how to configure these components in brief. In this configuration section, we will touch base on most of the important components of SALT; for example, Tuxedo web services, Tuxedo SCA components, service contract discovery, and SALT WS-TX support.
SCA container APIs and utilities
In this section, we will discuss SALT's command-line utilities and some of the functions. Some of the most commonly used commands are explained in detail here.
The buildscaclient command
The buildscaclient
command is used to build a client program to call SCA-based components running on the Tuxedo environment.
buildscaclient -c default_component [-v] [-h] [-k] [-o name] [-s SCAroot] [-f firstfiles] [-l lastfiles] [-S structurefiles]
The following are the attributes of this command:
-c
– This specifies the component to be used for this application-v
– This is a pacifier...