Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article describes configuration parameters in the sdkproxy.properties file used by the SDK Proxy servlet.

Request URL
https://<pgwy-host>:<port>/pgwy/sdkproxy[/<handler>]

Relative paths specified below are relative the <configroot>

 About <configroot>
<configroot> corresponds to the following paths: 
Windows <configroot>
%ALLUSERSPROFILE%/Nexus/cm-gateway/
Linux <configroot>
/var/cm-gateway/

Parameters

ParameterDescription
start

Controls if the EST servlet should start or not.

start = false
filter

determines which filter or subpath that the handler will serve requests on, specified as a regular expression. The SDK Proxy should serve on all possible subpaths.

Example: handler in sdkproxy.properties
handler.0.filter = .*
  • No labels