
WGate Configuration
From Release 6.20, the WGate configuration is situated in the ITS registry in the section named "ITSRegistryWGATE.xml", which stores information such as the list of ITS instances, the AGate servers used to run these instances, as well as their parameter settings. The file wgate.conf (which in previous releases was the WGate configuration file) is now used to point to this registry (the base path), which is given a WGate-instance name to be able to keep multiple WGates on a single machine.
The new wgate.conf has only two lines in it:
registryname <WGate Name>
registrypath <Path to the ITS Registry>
For example:
registryname WGATE_APACHE_TST
registrypath "c:\program files\sap\its\3.0\config"
The registrypath defines the path to the ITS registry, that is,
<its_install_path>/config where the actual WGate configuration resides in a section of the ITS registry named ITSRegistryWGATE.xml.The registryname defines the root of the WGate configuration in the WGate registration file, and it can be found by traveling down the following path in ITSRegistryWGATE.xml:
"section[WGATE]/LocalWgates/<Wgate Name>".
To create additional ITS instances of the WGate component, you have to edit the registry, that is, ITSRegistryWGATE.xml. You can edit the registry using a text editor.