Try OpenEdge Now
skip to main content
Configuration
Configuring OE Web Servers : Working with REST Web Applications : Updating a deployed REST Web application : Setting OE Web Server application properties
 
Setting OE Web Server application properties
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:
1. Click Resources in the management console menu. All resources managed by your console appear in the grid frame.
2. Filter or search for the OE Web Server instance where the REST Web application whose properties you want to view and set is deployed.
3. Click the OE Web Server instance. The OE Web Server details page appears.
4. Click the REST Applications link. The REST Applications page appears.
5. Under the REST Applications section, select the deployed REST Web application.
6. Under REST Application Details section, select the Properties tab to view the application properties of the deployed REST Web application.
For details on the properties that can appear in this list, see OpenEdge Application Server: Administration.
Note: The actual list of properties displayed is a subset of all the properties, and changes depending on whether the session model of the OE Web Server is session managed or session free. To verify the session model of an OE Web Server, check its status. For more information, see Enabling or disabling a REST Web application for client access.
7. Type the new value in the available field. For logical values, entering any value other than true results in a setting of false.
8. Click Save when you finish. The changes are then written to the applicationame.props file for the selected REST Web application.