If a PASOE application for REST services has already been deployed and changes are subsequently made to the parameters or class definition the REST service is dependent on, it is necessary to UNDEPLOY and (re)DEPLOY the REST service using a WAR / PAAR.
- Export the new WAR / PAAR from the Progress Development Studio for OpenEdge.
- UNDEPLOY the service with tcman.bat (Windows) or tcman.sh (Unix):
$ tcman undeploy [options] -u <uid:pwd> <app-name> - DEPLOY the new APPNAME based on the revised WAR/PAAR files exported from the PDSOE.
$ tcman deploy [options] -u <uid:pwd> [-a <app-name>] <war-file-path> - After re-deploying the service migrate the revised code to the appropriate directories within the service directory structure. Prior to 11.6.1 the instance needs to be restarted. For further information refer to Article: