Set OE Web Server application properties
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
You can view and set the value of each property for a deployed REST Web application, or you can reset the values of all properties to the current REST Web application defaults (stored in the default.props file for the OE Web Server instance where the REST Web application is deployed).
You must disable a REST Web application before you can set most properties for it. You can verify if the REST Web application is disabled by checking its status. The only properties that you can set for an enabled OE Web Server are:
- serviceLogEntryLevel
- serviceLoggingLevel
If you set other properties while the REST Web application is enabled, the property value changes take effect only after you disable and then enable the REST Web application again.
Note: Unlike
OE Web Server instance properties, the values for REST Web application
properties are not stored in the ubroker.properties file.
They are stored in the applicationname.props XML
file located in the Web application Servlet directory for the OE
Web Server instance where the REST Web application is deployed.
To view and set REST Web application properties: