KB Article #180289
retrieving the installation settings without running the Configure tool
Problem
-- how to retrieve all configuration done during the installation (active connectors, Integrator settings like the number of CPU, ports defined etc...)
Resolution
* it can be done by running the Configure tool; however, it running the Configure is not an option on productino environment because it requires B2Bi to be stopped, so we are looking for other options
* all setting are stored in $CORE_SOLUTIONS/install/data/b2bi.properties
* do a grep on the setting you want to check :
Ex :
> grep NUMBER_CPU $CORE_SOLUTIONS/install/data/b2bi.properties
NUMBER_CPU=2