TIBCO Rendezvous System
Requirements and Setup
System Requirements
In addition to
basic system requirements, the
TIBCO Rendezvous data source requires TIBCO Rendezvous
6.x+.
If you are running TIBCO
Rendezvous 7.x you may need to modify your Java security setting to include the
following permission.
permission java.util.PropertyPermission
"sun.arch.data.model", "read, write";
By
default, all RTView applications connect to TIBCO Rendezvous
using
the TIBCO Rendezvous Daemon (rvd)
transport.
Rich Client Browser Deployment for
Direct Data Connection
The Display Viewer Applet
cannot communicate with TIBCO Rendezvous using rvd. Due to TIBCO Rendezvous
requirements, the Display Viewer Applet must use the TIBCO Rendezvous Agent
Process (rva) transport to connect to TIBCO Rendezvous data.
|
TIBCO Rendezvous Agent
Process (rva) transport
The rva transport requires TIBCO Rendezvous 6.x. You must be running rva in
order for the Display Viewer Applet to send and receive TIBCO Rendezvous data.
If you have not run rva before, you must also configure
configure rva to import and export your message subjects. See
Appendix
E for information on how to configure and run rva. |
Additionally when using
rva, the Display Viewer Applet must be run from a web server. NOTE: As an
alternative to using rva, you may also redirect TIBCO Rendezvous data through
the
RTView Data Server. When you redirect data through the Data
Server, the Display Viewer Applet does not need to be run from a web server.
Setup
In
addition to general environment variables, you must set the RV_ROOT variable
and have TIBCO Rendezvous installed:
Name |
Description |
Example |
RV_ROOT |
TIBCO Rendezvous installation directory.
If you installed RTView using the Windows installer, this variable
will already be set globally on your system. |
C:\TIBCO\TIBRV |
NOTE: The PATH environment
variable should include the bin subdirectory for RV_ROOT variable
(e.g.,
c:\TIBCO\TIBRV\bin).
|