Loading the Code

To enable the framework to recognize command listeners and route commands to the correct place, the jar file containing the command listeners and any other jar files on which this code depends must be bundled inside Administration Server’s eas.war file. The eas.war file is contained in the eas.ear file, and must be unpacked so that the command listeners can be added.

  To bundle the command listeners:

  1. Unzip the eas.ear file.

  2. Unzip the eas.war file.

  3. In the directory structure thus created, add the command listeners to the WEB-INF/lib directory.

  4. Rezip the eas.war file.

  5. Rezip the eas.ear file.

Note:

The eas.ear file is installed by default to EPM_ORACLE_HOME\products\Essbase\eas\server\AppServer\InstallableApps\Common.

After putting the jar files in this location, you must stop and restart Administration Server. To determine if the new command listeners have been installed, set the Administration Services logging level between INFO and ALL.