Installing a new application server

Last Updated : Apr 06, 2017 |
Prolog information
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.
  1. Copy the AAEP.iso file to the server.
  2. Login as sroot.
  3. Run the following command to create the /mnt/disk directory:
    ADDITIONAL INFORMATION:
    mkdir /mnt/disk
  4. Run the following command to mount the ISO file in the /mnt/disk directory:
    ADDITIONAL INFORMATION:
    mount —o loop <ISO location and filename> /mnt/disk
  5. Run the following command to change to the application server directory:
    ADDITIONAL INFORMATION:
    cd /mnt/disk/Support/Appserver
  6. Run the following command to install the application server:
    ADDITIONAL INFORMATION:
    ./InstallAppServer.sh <install directory/opt/AppServer>
    STEP RESULT:
    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.