Previous Topic: Additional Configurations for CA Adapter 2.2.7Next Topic: Registering the LDAP Plugin with AuthMinder


Updating the CA Adapter 2.2.7 Instance

The AuthMinder 7.1.01 package includes the Arcot-Adpater-2.2.7-Compatibility-Package.zip file. You must copy the contents of this ZIP file to your existing Adapter installation.

Follow these steps:

  1. Extract the contents of the Arcot-Adpater-2.2.7-Compatibility-Package.zip file to a temporary location.

    On extracting the zip file, you see the following structure:

    arcotsm
        WEB-INF
            lib
                arcot-common.jar
                log4j-1.2.15.jar
    
    arcotafm
        client
            arcotjsclient_jso.js
          vpn
           	 controller_vpn.jsp
    WEB-INF
            classes
                jspStrings_en.properties
    dbscripts
        mssql
            arcot-db-config-for-adapter-statemanager.sql
            drop-adapter-statemanager.sql
        oracle
            arcot-db-config-for-adapter-statemanager.sql
            drop-adapter-statemanager.sql
    
    
  2. Update State Manager as follows:
    1. Navigate to the location on the application server where you deployed State Manager 2.2.7, and delete the arcot-common-1.0.9.jar file.

      For example, in Apache Tomcat this location is TOMCAT_HOME/arcotsm/WEB-INF/lib.

    2. From the extracted file structure, copy the files arcot-common.jar and log4j-1.2.15.jar to this location.
    3. Restart the application server.
  3. Update Authentication Flow Manager as follows:
    1. From the extracted file structure, copy the arcotjsclient_jso.js file to the arcotafm/client folder on the application server where you deployed Authentication Flow Manager 2.2.7.

      For example, in Apache Tomcat this location is TOMCAT_HOME/arcotafm/client.

    2. From the extracted file structure, copy the jspStrings_en.properties file to the arcotafm/WEB-INF/classes folder on the application server where you deployed Authentication Flow Manager 2.2.7. For example, in Apache Tomcat this location is TOMCAT_HOME/arcotafm/WEB-INF/classes.
  4. Perform the following steps on the database schema:
    1. If the State Manager and AuthMinder instances are using different databases, then drop the table ARCMNDBERRORCODES in the database that is used by State Manager.
    2. Run the part of the script that creates ARCMNDBERRORCODES table and inserts rows into it.