Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Running the Restful Services Using localhost
 
Running the Restful Services Using localhost
If you want to consume Restful API services using a localhost configuration, you will need to change the default binding behavior configuration for your system. Note that this configuration may have negative side effects on multi-homed systems.
Note:
If you use the machine name rather than localhost in your configuration, you can ignore this procedure.
*To configure your system for consuming Restful services using localhost
1. Open the wrapper.conf file for the Analytic Engine using a text editor. The file is located in the [installation directory]\optimize\analysis\confdirectory.
2. Locate the following line in the file: wrapper.java.additional.19=-Dopt.wm.glue.ignoreLocalHostCheckOnBinding=false
3. Change the value from “false” to “true”
4. Save the wrapper.conf file and close it.
5. Restart the Analytic Engine to implement your changes.