Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Preparing the Web Applications for Customization

    When customizing the Web applications, copy the WAR files to a temporary folder and work in that folder.

    To copy the WAR file to a temporary folder:

    1. Login as root or another authorized user.
    2. Create a temporary folder in which you will work on the WAR file. For example:
      mkdir tempWar
    3. Access the temporary folder. For example:
      cd tempWar
    4. Copy the WAR file to the temporary folder.
      cp /cdrom/cdrom0/webapp/<filename>

      <filename>—Name of the WAR file; for example, entmgr.war

    Modified: 2012-12-13