diff options
Diffstat (limited to 'packages/install/src/files/pdplp.conf')
-rwxr-xr-x | packages/install/src/files/pdplp.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/install/src/files/pdplp.conf b/packages/install/src/files/pdplp.conf new file mode 100755 index 000000000..750537819 --- /dev/null +++ b/packages/install/src/files/pdplp.conf @@ -0,0 +1,12 @@ +# JVM specific parameters +LOGPARSER_JMX_PORT=9997 +LOGPARSER_X_MS_MB=1024 +LOGPARSER_X_MX_MB=1024 + +SERVER=https://${{FQDN}}:8081/pdp/ +LOGPATH=${{POLICY_HOME}}/servers/pdp/logs/pdp-rest.log +PARSERLOGPATH=IntegrityMonitor.log + +node_type=logparser +# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase +resource_name=pdplp_1 |