Banner® 7 delivers its online help files in the forms of a Web Archive file or *.war file.
This is simply a ZIP file with a fancy extension. While the documentation says to install
this file using Oracle Enterprise Manager (OEM), a faster way to install this is to use
'dcmctl' to directly create the application. To do this, perform the following steps:
1. Copy the war file, bannerOH.war onto the deployment web server. In this example we will
assume this file is in /tmp
2. Create the new OC4J Component with the following command. This command
is located
under $ORACLE_HOME/dcm/bin
$ dcmctl createComponent -ct oc4j -co Ban7Help -v -d
3. Start the new OC4J Component with the following command.
$ dcmctl start -co Ban7Help -ct oc4j -v -d
4. Import the *.war file with the following:
$ dcmctl deployApplication -f /tmp/bannerOH.war -a banhelpapp -co Ban7Help -rc /banhelp
5. At this point you are basically done. The URL for accessing the help files will be
http://my.server.com:7777/banhelp/bannerOH.jsp