prconfig and dss
I'm having trouble finding information on what should be in prconfig and what should be defined in DSS. The following is our current prconfig.xml file for 7.2.1. What values can move to DSS? the large majority of them are for all nodes in our environment.
If we have the prconfig.xml file externalized from the war, what is the real advantage of using DSS?
I'm having trouble finding information on what should be in prconfig and what should be defined in DSS. The following is our current prconfig.xml file for 7.2.1. What values can move to DSS? the large majority of them are for all nodes in our environment.
If we have the prconfig.xml file externalized from the war, what is the real advantage of using DSS?
<?xml version="1.0" encoding="UTF-8"?>
<pegarules>
<env name="initialization/settingsource" value="merged" />
<env name="database/databases/PegaRULES/dataSource" value="java:comp/env/jdbc/PegaRULES"/>
<env name="database/databases/PegaDATA/dataSource" value="java:comp/env/jdbc/PegaRULES"/>
<env name="alerts/database/acquireConnectionAlertMS" value="200" />
<env name="database/transactionalLockManagement" value="Standard" />
<env name="initservices/initmq/pollers" value="true" />
<env name="initialization/persistrequestor/usepagelevelpassivation" value="false" />
<env name="authentication/trojanhorseprotection" value="1"/>
<env name="management/enabled" value="true" />
<env name="management/interval" value="120" />
<env name="timeout/browser" value="9000" />
<env name="timeout/portlet" value="9000" />
<env value="7200" name="timeout/thread"/>
<env value="7200" name="timeout/page"/>
<env value="7200" name="initialization/passivationinterval"/>
<env name="initialization/ContextRewriteEnabled" value="true"/>
<env name="initialization/SetBaseHTMLContext" value="https://eworkflow.ampf.com/prweb"/>
<env name="initialization/explicittempdir" value="/amp/apps/tcpegaewf00/properties/explicitTempDir"/>
<env name="initialization/preloadengineclasses" value="com.pega.pegarules.priv.util.StackTrace com.pega.apache.log4j.spi.ThrowableInformation"/>
<env name="HTTP/SetSecureCookie" value="true" />
<env name="database/drivers" value="com.microsoft.sqlserver.jdbc.SQLServerDriver;oracle.jdbc.OracleDriver" />
</pegarules>