About Actuate Java Component online help files
Actuate provides online help for Java Components using the internet by default. To customize online help for Java Components, extract the documentation from ajc_doc.zip from the Actuate Localization and Online Documentation installation into your decompressed WAR file. Switch the help location for Java Components to local by configuring web.xml. Then, customize the online help as needed before recompressing and deploying the Java Components application.
How to switch the help location for a Java Component
Use the following procedure to switch the help location of a Java Component. Switching the help location is required for any of the customization tasks detailed in this chapter.
1  
2  
Copy ajc_doc.zip from the Actuate Localization and Online Documentation installation media. Extract the contents of ajc_doc.zip into the temporary directory for the Java Component WAR file, which generates the help content in the <temporary directory>\help directory.
3  
4  
<param-name>AC_DOC_BASE</param-name>
<param-value>http://www.actuate.com/documentation/R11</param-value>
5  
<param-name>AC_DOC_BASE</param-name>
<param-value>local</param-value>
6  
7  
Recompress your WAR file using the Java jar utility and redeploy it to the application server or servlet engine as an application.
8  
Online help customizations are not automatically applied to a new version of Actuate Java Components. Because online help is comprised of many static HTML files, all customizations must be reapplied when replacing Actuate Java Components with a new version.

Additional Links:

Copyright Actuate Corporation 2012