Try OpenEdge Now
skip to main content
Administration
REST Administration : REST Web Application Administration : Managing REST Web applications in the absence of the REST Management Agent : Enabling a REST Web application using Tomcat's manager
 
Enabling a REST Web application using Tomcat's manager
After you deploy a REST Web application, you must enable it to make it available to in-coming client requests. You enable the application by setting the REST Web application run-time property, serviceAvailable, to 1.
An enabled REST Web application will have the following setting in the runtime.props file:
<bpm:serviceAvailable>1</bpm:serviceAvailable>.
The runtime.props file is in $CATALINA_HOME\webapps\application-name\WEB-INF\adapters\.
To disable the application you must set the serviceAvailable property to 0.
Note: If the Web server is already running, you must re-enable the REST Management Agent using Web server's management console or restart the Web server for the new configuration settings to take effect.