1.1.5.1 Importing the WSDF Files
You should import all your required WSDF files to the SALT
deployment file. Each imported WSDF file must have a unique WSDF
name which is used by the GWWS
servers to make
deployment associations. Each imported WSDF file must be accessible
through the location specified in the SALTDEPLOY
file.
The following example shows how to import WSDF files in the SALTDEPLOY
file:
Example 1-10 Importing WSDF Files in the SALTDEPLOY File
<Deployment ..>
<WSDF>
<Import location="/home/user/simpapp_wsdf.xml" />
<Import location="/home/user/rmapp_wsdf.xml" />
<Import location="/home/user/google_search.wsdf" />
</WSDF>
...
</Deployment>
Parent topic: Creating the SALT Deployment File