Try OpenEdge Now
skip to main content
Configuration
Configuring OE Web Servers : Managing OE Web Servers : Changing OE Web Server run-time properties
 

Changing OE Web Server run-time properties

You can temporarily change some OE Web Server properties at run time without restarting your Java Servlet Engine (JSE). This is most useful for testing and debugging. The next time you restart your JSE, these settings revert to the current configuration settings for these properties stored in the properties file for the OE Web Server. The OE Web Server property file is stored in the WEB-INF directory of the deployed OE Web Server.
To change OE Web Server run-time 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 whose run-time properties you want to change.
3. Click the OE Web Server instance. The OE Web Server details page appears.
4. Under Operations views, click Run-time Properties.
5. Click Edit to modify any of the following properties:
*adminEnabled — Specifies whether administrator privileges are in effect, either enabled or disabled.
*description — Specifies the description of the OE Web Server instance.
*logAppend — Specifies whether to start a new log file each time the server is restarted, either true or false.
*logEntryTypes — Specifies a list of logging entry types separated by commas.
*logFile — Specifies the location and name of the OE Web Server log file.
*loggingLevel — Specifies the amount of information to be written to the broker log.
*managerPropertiesURI — Specifies the identifier for the OE Web Server resource.
*name — Specifies the name of the OE Web Server.
*propertiesFileName— Specifies the path and name of the oerm.properties file.
*webAppEnabled — Controls the OE Web Server's ability to accept and process requests to any of its deployed OE Web Server applications.
*workDir — Specifies the path of the OpenEdge working directory.
6. Click Submit.