Installing the OHW-UIX Demo EAR File on Oracle WebLogic Server

22-4 Oracle Fusion Middleware Developers Guide for Oracle Help only one helpSet element in the booksbooks section, the helpset switcher is not available. c. Update the brandingsbrandings section to display your own brand. For example: brandings branding text=My Module brandings 4. Download the cabo and OHW-UIX library files from OTN. Copy the cabo files in OHW-UIX_HOME\OHW-UIX_deployment_name\cabo and library files in OHW-UIX_HOME\OHW-UIX_deployment_name\WEB-INF\lib directory. You may also copy the library files from demo EAR file. The files are available in ohw-uix-demo\ohw-uix-demo\cabo and ohw-uix-demo\ohw-uix-demo\WEB-INF\lib directory. 5. Create the UIX configuration file uix-config.xml in OHW-UIX_ HOME\OHW-UIX_deployment_name\WEB-INF directory. You may also copy the uix-config.xml from demo EAR file and edit it to your requirements. The file is available in ohw-uix-demo\ohw-uix-demo\WEB-INF directory. 6. Create web.xml to set the initialization parameters in OHW-UIX_ HOME\OHW-UIX_deployment_name\WEB-INF directory. You may also copy the web.xml from demo EAR file and edit it to your requirements. The file is available in ohw-uix-demo\ohw-uix-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-UIX. For more information about changing the access URL, see Changing the OHW-UIX Access URL . 7. Compress the OHW-UIX_deployment_name directory into a WAR file. 8. Create application.xml in OHW-UIX_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-uix-demo\META-INF directory. Specify the WAR file name, created in step 7, 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 22.4.2, Changing the access URL to another name . 9. Compress the OHW-UIX_HOME directory into a EAR file.