The examples in this folder show how to read in a file containing custom configuration information, convert it to a java.util.Property object and store it in memory for later reference. You may want to store information in the file such as whether or not to use SSL, IP address of ERP system, database alias name, database username/password, url of the database, or anything that you would like to keep in a file in case it changes later.
Ensure the yourCustomConfig.cnf file is located in the {ServerHome}\packages\WmSamples\config directory