1.1.3.2.4.3 Setting Environment Variables for GWWS Runtime
Before booting GWWS servers for outbound Web services, the following environment variable settings must be performed:
- Update
FLDTBLDIR32andFIELDTBLS32environment variables to add the generated FML32 field table files. - Place all excerpted XML Schema files into one directory. and set the
XSDDIRandXSDFILESenvironment variables accordingly.- The
XSDDIRandXSDFILESenvironment variables, are introduced in the SALT 2.0 release. They are used by theGWWSserver to load all external XML Schema files at run time. Multiple XML Schema file names should be delimited with comma ‘,’. For instance, if you placed XML Schema files:a.xsd,b.xsdandc.xsdin directory/home/user/myxsd, you must set environment variableXSDDIRandXSDFILESas follows before booting theGWWSserver:XSDDIR=/home/user/myxsdXSDFILES=a.xsd,b.xsd,c.xsd
- The
Parent topic: Post Conversion Tasks