Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : RESTMAN enable
 

RESTMAN enable

Makes a deployed REST Web application available to incoming client requests by setting the serviceAvailable property of the REST Web application to 1.

Syntax

Operating system
Syntax
UNIX
Windows
restman
   -name instance-name
   { -appname application-name}
   -enable
-name instance-name
The name of the REST Management Agent instance.
-appname application-name
The name of the REST Web application that you want to enable.

Notes

*When a Web service is deployed, it is disabled.
*If you set or reset any application properties, the changes to the properties take effect only when the REST Web application is enabled.
*When a Web service is enabled, the REST Management Agent begins a startup process that involves establishing the Applications's connection pool, which, in turn, involves pre-establishing any AppServer connections that will be cached to handle incoming client requests more efficiently.