3.3.1 SALT SALTDEPLOY Example

The following example shows a sample SALT SALTDEPLOY File.

Example 3-1 SALT SALTDEPLOY File

<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>