Hi Madhu,
I dont know about AIX but on Windows you edit the file
helpParameters.xml found in <jboss directory>\
jboss-4.2.3.GA\server
\default\deploy\BrowserWeb.war. Change the parameters to point to
where your help is. Below is my current setup.
<?xml version="1.0"?>
<helpParameters xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<helpData>
<viewLocation>C:\Temenos\R09\Helptext\Helptext\</viewLocation>
<editLocation>C:\Temenos\R09\Helptext\Helptext\</editLocation>
<language>GB</language>
<imagesDir>C:\Temenos\R09\Helptext\Helptext\Help Images\</imagesDir>
<editable>NO</editable>
<devMode>NO</devMode>
</helpData>
</helpParameters>
Regards
Concern