Try OpenEdge Now
skip to main content
Administration
REST Administration : Using the RESTMAN Utility : Functions for managing a REST Web application
 

Functions for managing a REST Web application

Other functions of the RESTMAN utility let you manage REST Web applications deployed by the REST Management Agent on the Web server. These are summarized in the following table.
Table 83. REST Web application functions
Function
Description
Deploys a REST Web application (WAR file) on the Web server.
When the application is deployed, its status is disabled. That is, it cannot accept client requests.
Makes a deployed REST Web application unavailable to incoming client requests by setting the serviceAvailable property of the REST Web application to 0.
Makes a deployed REST Web application available to incoming client requests by setting the serviceAvailable property of the REST Web application to 1.
Displays all the properties of a REST Web application.
All the properties of the Application are in its runtime.props file.
Displays the statistics for a REST Web application.
Displays the following information about a REST Web application:
*Target URI and Statistics URI
*Status (whether the application is enabled or disabled)
*Relevant application properties (regardless of whether the application is enabled or disabled)
Redeploys only the selected files that you specify in the command to their corresponding locations in the REST Web application's folder on the Web server.
Reinitializes a REST Web application's runtime.props file to the current value of the REST Management Agent's default.props file.
Resets the statistics of a REST Web application.
Sets one of the properties of a REST Web application.
All the properties of the Application are in its runtime.props file.
Undeploys a REST Web application from a REST Management Agent.
Deletes a REST service (paar) from a REST Web Application.
For more information on the functions of the RESTMAN utility, see Commandand Utility Reference.