Installing OHW-RC Artifacts Oracle Fusion Middleware Online Documentation Library

18-8 Oracle Fusion Middleware Developers Guide for Oracle Help You may also copy the web.xml from demo EAR file and edit it to your requirements. The file is available in ohw-rc-thick-demo\ohw-rc-thick-demo\WEB-INF directory. If you are editing the demo EAR file’s web.xml, follow these instructions: a. Modify the display-namedisplay-name and descriptiondescription section to display your custom helpset name. For example: web-app display-nameMy Moduledisplay-name descriptionMy module helpdescription web-app b. Optionally, you may wish to edit the servlet-name element under servlet element to change your URL used to access OHW-RC. For more information about changing the access URL, see Section 18.6, Changing the OHW-RC Access URL . 9. Compress the OHW-RC_deployment_name directory into a WAR file. 10. Create application.xml in OHW-RC_HOME\META-INF directory. In this file, you will provide the web module name of each product that you will deploy. You may also copy the application.xml from demo EAR file and edit it to your requirements. The file is available in ohw-rc-thick-demo\META-INF directory. Specify the WAR file name, created in step 9, in web-uriweb-uri element. If you wish to change the access URL of the application, update the context-rootcontext-root element. For more information, see Section 18.6.2, Changing the access URL to another name . 11. Compress the OHW-RC_HOME directory into a EAR file. 12. Start the Oracle WebLogic Server and deploy the EAR file. If Oracle WebLogic Server is already running, you must shut it down and then restart it before the changes made since you last started the servlet will be available. For more information about deploying an EAR file, see the Install an Enterprise application section in Oracle Fusion Middleware Oracle WebLogic Server Administration Console Online Help. 13. Direct the browser to http:hostname:portOHW-RC_deployment_ nameohguide, where hostname is the name of the machine on which Oracle WebLogic Server is installed. The first page of the demo help system displays in the browser. If there is more than one helpset, use the dropdown list in the toolbar to select a helpset, then click the helpset switcher to display the TOC and index from the selected helpset only. The text search will search only for items in the selected helpset.

18.6 Changing the OHW-RC Access URL

The URL to access OHW-RC is http:hostname:portmymoduleohguide, where hostname is the name of the machine on which OHW-RC and Oracle WebLogic Server are installed. You can change this URL in the following ways: ■ Changing the final URL element of the access URL ■ Changing the access URL to another name