Question
Department of Veterans Affairs
US
Last activity: 13 Jan 2020 14:49 EST
DevOps: PrpcserviceUtils system management package rest service not invoked: when using Custom URL /webapp
Team
if we are giving the custom URL as below with /webapp instead of /prweb
https://<host name>:<port number>/webapp
PRPCService Utils and SystemManagement ServicePackage is not working as expected
pega.rest.server.url=http://<host name>:<port number>/<context>/PRRestService
The above is the actual path. it should substitute the context as webapp and display as below
pega.rest.server.url=http://<host name>:<port number>/webapp/PRRestService
But the PRPC service util is behaving differently and generating the URL as below. which is failing to initiate the rest service calls
pega.rest.server.url=https://<host name>:<port number>/webapp/prweb/PRRestService/
Conclusion: With the custom URL. like /webapp in the given context. What all the changes we need to do...like what all the files we need to edit or configure from prpcservice util end and from pega end . to make the initiation of PRRestservice calls of system management package and do the export and import utilities work properly.
Siva Kumar