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:
-
mkdir tempWar
-
cd tempWar
-
cp /cdrom/cdrom0/webapp/<filename>
<filename>—Name of the WAR file; for example, entmgr.war