Previous Topic: Supported Versions of iGatewayNext Topic: Supported FIPS Modes


Enable JVM Settings in CA EEM

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

  1. Install JRE.
  2. Set JAVA_HOME environmental variable.
  3. Stop iGateway service.
  4. Edit igateway.conf to add the following 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.

  5. Add the following tags to the JVM settings for Linux platforms only:
    <!-- <Properties name="prop-1">
    
    	<system-properties></system-properties>
    
    <Properties name="jvm_heapsize">
    
          	<jvm-property>-Xmx256m</jvm-property>
        </Properties> -->
    
  6. Save igateway.conf file.
  7. Start iGateway service.

    The JVM settings are enabled in CA EEM.