You can modify SPOE policy without stopping Sterling B2B Integrator.
Before you begin
You should be aware that because changes to the cdinterop-spoe-policy.properties
file take effect immediately, you cannot use customer_overrides.properties
to preserve them. Instead, you should save the file with a different
name to create a backup.
Procedure
- Make a copy of the SPOE Policy property file:
$ cd <install_dir>/properties
$ cp cdinterop-spoe-policy.properties cdinterop-spoe-policy.properties.copy
|
- Use a text editor to make the desired changes to the cdinterop-spoe-policy.properties.copy
file:
$ vi cdinterop-spoe-policy.properties.copy
|
- Uncomment the spoe.policy=yes property.
- Modify other settings in the cdinterop-spoe-policy.properties.copy
file necessary for your situation.
For more information,
search for cdinterop-spoe-policy.properties file.
- Save the file.
- Commit the changes:
$ cd <install_dir>/properties
$ cp cdinterop-spoe-policy.properties.copy cdinterop-spoe-policy.properties
|