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 : Deploying the REST Web application
 
Deploying the REST Web application
The following are two ways of deploying your application in the absence of the REST Management Agent:
Note: It is assumed that you have developed a REST Web application and that your Web server automatically unpackages the application resources (refer to Web server and Java container configurations).
*By using the Web server native deployer: Use the Web server native deployer to deploy your REST Web applications. For instance, if you are using the Tomcat Web server, you can use the Tomcat Deployer to deploy your REST Web application. For more information, see the Web server documentation.
*By manually copying the REST Web application in the Web server: Copy the REST Web application (WAR) to the Web server deployment directory. For instance, if you are using a Tomcat Web server, copy the REST Web application to the $CATALINA_HOME/webapps directory.
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.