If you skipped providing JRE path settings during CA EEM installation and later want to integrate with CA SiteMinder or authenticate using SAML, you must first enable JVM settings in CA EEM.
To enable JVM settings
<JVMSettings>
<loadjvm>true</loadjvm>
<javahome>"java path"</javahome>
<!-- <Properties name="prop-1">
<system-properties></system-properties>
</Properties> -->
<Properties name="eem.endorsed.dirs">
<system-properties>java.endorsed.dirs=$IGW_LOC$/endorsed</system-properties>
</Properties>
<Properties name="eem.ext.dirs">
<system-properties>java.ext.dirs="java path"/lib/ext</system-properties>
</Properties>
</JVMSettings>
Note: $IGW_LOC is the install location of iGateway and java path is the install location of JRE.
<!-- <Properties name="prop-1">
<system-properties></system-properties>
<Properties name="jvm_heapsize">
<jvm-property>-Xmx256m</jvm-property>
</Properties> -->
The JVM settings are enabled in CA EEM.
|
Copyright © 2013 CA.
All rights reserved.
|
|