2.14 Updating the Event Auditing Service WAR File

If you have the Identity Reporting Module installed, you must manually update the easwebstart.war file used by the Event Auditing Service (EAS).

NOTE:You only need to update the EAS WAR file if you use the Identity Reporting Module in your environment.

  1. In a command prompt, navigate to the User Application deploy directory within the JBoss installation. For example: /opt/novell/idm/jboss/server/IDMProv/deploy

  2. Enter the following command:

    unzip easwebstart.war WEB-INF/web.xml
    
  3. Use a text editor to open the web.xml file and set the value of the EAS_SERVER_IP parameter to either localhost or the IP address of the server where you installed EAS.

  4. Save and close the web.xml file.

  5. In the command prompt, enter the following commands:

    zip -u0 easwebstart.war WEB-INF/web.xml
    
    rm -rf WEB-INF/