Navigation
Table of Contents
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:
- Login as root or another authorized user.
- Create a temporary folder in which you will work on the
WAR file. For example:mkdir tempWar
- Access the temporary folder. For example:cd tempWar
- Copy the WAR file to the temporary folder.cp /cdrom/cdrom0/webapp/<filename>
<filename>—Name of the WAR file; for example, entmgr.war