Products | Versions |
---|---|
TIBCO Hawk Rendezvous Messaging Adapter | - |
Not Applicable | - |
Description:
On Windows, please do the following
1. remove the rvhma service (see manual doc for details)
2. modify the installRVHma.bat file under the samples directory
change
-jvmopts ( -Dhawk.hawk_root=c:\TIBCO\hawk ...
to
-jvmopts ( -Dorg.xml.sax.parser=com.sun.xml.parser.Parser -Dhawk.hawk_root=c:\TIBCO\hawk ...
3. Run nstallRVHma.bat to install the service
4. If you run the batch file manually (instead of NTservice), you need to modify the <hawk>/bin/debugrvhma.bat and change
%JVMEXE% -DTIBHawk=rvhma -Dhawk.hawk_root=%HAWK_ROOT%
to
%JVMEXE% -DTIBHawk=rvhma -Dorg.xml.sax.parser=com.sun.xml.parser.Parser -Dhawk.hawk_root=%HAWK_ROOT%
For UNIX, change the startup scripts similarly.