Table of Contents Previous Next PDF


SALT Deployment File Reference

SALT Deployment File Reference
 
The following sections provide SALT Deployment File reference information:
Overview
The SALT Deployment File (SALTDEPLOY) is an XML-based file used to define SALT GWWS server deployment information on a per Tuxedo machine basis. SALTDEPLOY does the following:
specifies how many GWWS servers are deployed on a Tuxedo machine
SALTDEPLOY also provides a system section to configure global resources (for example certificates, plug-in load libraries, and so on).
SALT SALTDEPLOY Format
Figure B‑1 shows a graphical representation of the SALT SALTDEPLOY file format.
Figure B‑1 SALT Deployment File Format
XML Schema
An XML Schema is associated with a SALT SALTDEPLOY file. The XML Schema file that describes the SALT SALTDEPLOY file format is located in the following directory: $TUXDIR/udataobj/salt/saltdep.xsd.
SALT SALTDEPLOY Example
SALT SALTDEPLOY Element Descriptions
<Deployment>
 
SALT SALTDEPLOY Example
Listing B‑1 shows a sample SALT SALTDEPLOY File.
Listing B‑1 SALT SALTDEPLOY File Example
<Deployment xmlns="http://www.bea.com/Tuxedo/SALTDEPLOY/2007">
<WSDF>
<Import location="/home/myapp/bankapp.wsdf" />
<Import location="/home/myapp/amazon.wsdf" />
</WSDF>
<WSGateway>
<GWInstance id="GW1">
<Inbound>
<Binding ref="bankapp:bankapp_binding">
<Endpoint use="http1"/>
<Endpoint use="https1" />
</Binding>
</Inbound>
<Outbound>
<Binding ref="amazon:default_binding"/>
</Outbound>
<Properties>
<Property
name="socksAddrList"
value="proxy.server.com,10.123.10.10:1080"/>
</Properties>
</GWInstance>
</WSGateway>
<System>
<Certificate>
<PrivateKey>/home/user/cert.pem</PrivateKey>
</Certificate>
<Plugin>
<Interface library="/home/user/mydatahandler.so" />
</Plugin>
</System>
</Deployment>
 
SALT SALTDEPLOY Element Descriptions
SALTDEPLOYF format elements and their attributes are listed and described in the following section.
<Deployment>
The SALTDEPLOY file root element.
There is no attribute for this element.
Three sections must be defined within the <Deployment> element:
<WSDF> elements
<WSGateway> element
<System> element.
There can be only one <Deployment> element defined in a SALTDEPLOY file.
<WSDF>
Top element that encapsulates all imported WSDF files.
There is no attribute for this element.
<Import>
Specifies the WSDF to be imported in the SALTDEPLOY file. Multiple WSDF can be imported at the same time. Each WSDF file can only be imported once. Multiple WSDF with the same WSDF name cannot be imported in the same SALTDEPLOY file.
 
Specifies the WSDF local file path.
<WSGateway>
Top element that encapsulates all GWWS instance definitions.
There is no attribute for this element.
<GWInstance>
Specifies a single GWWS instance.
 
<Inbound>
Specifies inbound WSBinding objects for the GWWS server. Each inbound WSBinding object is specified using the <Binding> sub element.
There is no attribute for this element.
<HTTP>
Specifies a list of services accessible in REST mode. All Oracle Tuxedo service names specified in this element are callable using HTTP or REST mechanisms. Any URL specifying a service not present on this list results in a 404 error for the caller. Any URL specifying a service present on this list (for which an Oracle Tuxedo service is not advertised), results in a 451 error for the caller.
There is no attribute for this element.
<Network>
This element contains two attributes specifying http or https (for SSL), HTTP/REST listening endpoints.Only one <Network> element is allowed per GWWS instance.The http and https elements are optional, but at least one must be specified.The http and https attributes are constructed as follows:
<host>: The name or IP address of the HTTP/REST listening endpoint.
<port>: The port value of the HTTP/REST listening endpoint.
All HTTP/REST requests are performed by the same <host>:<port> combination (i.e., it is not possible to use more than one such combination per gateway, per protocol (http and https).
 
<host> = name or IP address of the HTTP/REST listening endpoint.
<port> = port value of the HTTP/REST listening endpoint.
* While not required, the <Network> element must contain either an http or https attribute.
<Service>
Specifies a single service callable using HTTP/REST mechanisms. The actual Oracle Tuxedo service called is further qualified by an HTTP method as specified using the <Method> element.
 
<Method>
Specifies the HTTP method mapping to Oracle Tuxedo services. This is designed to model CRUD methods (Create, Read, Update, Delete).
 
Method identifier, among GET, PUT, POST or DELETE. Any other value results in a configuration error.
Reference to a metadata repository entry. This is used to associate interface data with an HTTP/REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
<Outbound>
Specifies outbound WSBinding objects for the GWWS server. Each outbound WSBinding object is specified using the <Binding> sub element.
There is no attribute for this element.
<Binding>
Specifies a concrete WSBinding object as either an inbound or outbound binding, depending on the parent element.
 
<WSDF_name>:<WSBinding_id>
Note:
For TCP/IP addresses, one of the following formats is used as shown in Table B‑7.
 
For more information, see TMUSEIPV6 in the TUXENV(5) environment variable listing found in the Tuxedo 10g R3 Reference Guide, Section 5 - File Formats, Data Descriptions, MIBs, and System Processes Reference.
<Endpoint>
Specifies a single WSBinding objects endpoint reference.
If the referenced endpoint is specified as an inbound endpoint, the GWWS server creates the corresponding HTTP and/or HTTPS listen endpoint. At least one inbound endpoint must be specified for one inbound WSBinding object.
If the referenced endpoint is specified as an outbound endpoint, the GWWS server creates HTTP and/or HTTPS connections per SOAP requests for the outbound WSBinding object.
If an outbound endpoint is not specified for the outbound WSBinding object, the first 10 endpoints (at most) are auto-selected.
The referenced endpoint must already be defined in the WSDF.
 
Note:
<WSAddressing>
Specifies if Web Service Addressing is enabled for the outbound WSBinding object.
If this element is present, by default all SOAP messages are sent out with a Web Service Addressing message header.
 
Select WS-Addressing on-the-wire version to use 200408 for the "submission" version, and 200508 for version 1.
The <WSAddressing> sub element <Endpoint> must be specified for the listen endpoint address if this element is present.
<Endpoint>
Specifies the WS-Addressing listen endpoint address for the referenced outbound WSBinding object.
 
"http(s)://<host>:<port>/<context_path>"
<HTTP>
Specifies a list of outbound services accessible in REST mode.
<Service>
Specifies a outbound service callable using HTTP/REST mechanisms.
 
<TLogDevice>
One attribute "location" describes the location of the Transaction file. This is required if WS-TX transaction support is required.
<TLogName>
One attribute "id" describes the name of the transaction log inside a Transaction file. This is required if WS-TX transaction support is required.
<WSATEndpoint>
One attribute "address" describes the WS-AT protocol end point.
<MaxTran>
One attribute "value" describes the maximum number of concurrent WS-TX transactions allowed. This is bounded by Oracle Tuxedo MAXGTT.
<Properties>
Top element that encapsulates all GWWS server property settings using the <Property> sub element.
 
Value: String type containing a list of proxy server URLs.
For example: proxy.server1.com,10.123.1.1:1080.
<Property>
Specifies one GWWS property.
 
Specifies the property name. Table B‑14 lists all the GWWS server properties.
 
Enables the GWWS server to deny the HTTP requests when the content length is larger than the property setting. If not specified, the GWWS server does not check for it. The string value can be one of the following three formats:
2.
Float number in kilobytes. The suffix must be ‘K’. For instance, 10.4K, 40K, etc.
3.
Float number in megabytes. The suffix must be ‘M’. For instance, 100M, 20.6M, etc.
Note:
This value defines the maximum possible threads that may be spawned in the GWWS server. When the GWWS server is running, the actual spawned threads may be less than this value.
The valid values are “true”, “false”.
The valid values are “true”, “false”.
Mutually exclusive with enableMultiEncoding.
This property must not be used with multi-byte encodings and in conjunction with MBSTRING buffers or fields; otherwise, a runtime error is thrown.
<System>
Specifies global settings, including certificate information, plug-in interfaces.
<Certificate>
Specifies global certificate information using sub elements <PrivateKey>, <VerifyClient>, <TrustedCert> and <CertPath>.
There is no attribute for this element.
Note:
GWWS converts certificate to wallet when SEC_PRINCIPAL_PASSWORD is set. If only X509 certicates are used under HTTP, then there is no conversion.
<PrivateKey>
When using an Oracle wallet, specifes the location of a directory that contains an Oracle Wallet.
Notes:
To configure server identity certificates (SALT deploy configuration file <PrivateKey> element ), it is required that the root certificate authority be present in the SSL configuration file. Proper configuration is:
When using the legacy security credentials format, specifies the PEM format private key file. The key file path is specified as the text value for this element. The server certificate is also stored in this private key file. The value of this element may contain a maximum of 256 characters (excluding the terminating NULL character).
With either security credential format, the password for the Oracle Wallet or the GWWS private key file is specifed in the TUXCONFIG file using the SEC_PRINCIPAL_PASSVAR="environment_variable_name" parameter. The TUXCONFIG file must also set the SEC_PRINCIPAL_NAME="any_non-null_string(not_used)" parameter so that SEC_PRINCIPAL_PASSVAR will be properly processed in the configuration file.
This element is mandatory if the parent <Certificate> element is configured.
<VerifyClient>
Specifies if Web service clients are required to send a certificate via HTTP over SSL connections. The valid element values are "true" and "false".
This element is optional. If not specified, the default value is "false".
<TrustedCert>
Specifies the file name of the trusted PEM format certificate files. The value of this element may contain a maximum of 256 characters (excluding the terminating NULL character).
This element is optional.
<CertPath>
Specifies the local directory where the trusted certificates are located. The value of this element may contain a maximum of 256 characters (excluding the terminating NULL character).
This element is optional.
Note:
If <VerifyClient> is set to “true”, or if WS-Addressing is used with SSL, trusted certificates must be stored in the directory setting with this element.
<Plugin>
Specifies the global plug-in load library information. Each <Interface> sub element specifies one plug-in library to be loaded.
There is no attribute for this element.
<Interface>
Specifies one particular plug-in interface or a plug-in library for all plug-in interfaces inside the library.
 
Mandatory. Specifies a local shared library file path. This attribute value may contain a maximum of 256 characters (excluding the terminating NULL character).
Optional. Specifies a particular string value that is passed to the library when initialized by the GWWS server at boot time. This attribute value may contain a maximum of 256 characters (excluding the terminating NULL character).
Note:

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.