Deploying a .jar file from the External system on the POM server

Last Updated : Nov 24, 2022 |
Prolog information
Use this procedure to load a .jar file from the external system to the directory of jar files in POM.
Before you begin
Ensure that you enable External Selection in POM.
  1. Log on to the POM server as a root user.
  2. Move the .jar file to the location of the POM directory.
    ADDITIONAL INFORMATION:
    You can use software such as WinSCP.
  3. Copy the .jar file at the following location:
    ADDITIONAL INFORMATION:
    $POM_HOME/lib/custom/
  4. Run the following command to receive permission to access the .jar file:
    ADDITIONAL INFORMATION:
    chmod 777 <jar file name>
  5. Run the following command to take ownership of the .jar file:
    ADDITIONAL INFORMATION:
    chown avayavp:avayavpgroup <jar file name>
    You must restart the Agent Manager service for the deployed file to take effect.
  6. Run the following command to restart the Agent Manager service:
    ADDITIONAL INFORMATION:
    service agtmgr restart