Installing a new application server

Last Updated : Apr 06, 2017 |

About this task

This section lists the procedure you must perform if the application server is not deployed. You must install the Experience Portal application server on the local Experience Portal system or on a dedicated Linux server.

Procedure

  1. Copy the AAEP.iso file to the server.
  2. Login as sroot.
  3. Run the following command to create the /mnt/disk directory:

    mkdir /mnt/disk

  4. Run the following command to mount the ISO file in the /mnt/disk directory:

    mount —o loop <ISO location and filename> /mnt/disk

  5. Run the following command to change to the application server directory:

    cd /mnt/disk/Support/Appserver

  6. Run the following command to install the application server:

    ./InstallAppServer.sh <install directory/opt/AppServer>

    The application server is displayed under System Management in the Experience Portal Management web interface.

    The application server uses the port 7080 as default and is set to auto deploy applications when added to the tomcat/webapps directory.