Real Time Information Director User Documentation

RTID Deployment
Hewlett-Packard Company 6 529618 - 002
Edit and use the c:\rtid\rtsc\rtsc.properties for running the RTSC example on a
workstation.
Edit and use the c:\rtid\chin\chin.properties for running the CHIN example on a
workstation.
Edit and use the c:\rtid\lab\library.properties for running the LAB example on a
workstation.
Note: To access the NonStop SQL/MX database from the workstation, download
and install the jdbc type 4 driver for SQL/MX (T1249), and make sure the
t4sqlmx.jar file is in your classpath
For running on the NSK, set the following database related properties:
JdbcDriver
JdbcConnectionString
catalog
schema
Edit and use /usr/tandem/rtid/examples/rtsc/zli.properties for running the RTSC
example.
Edit and use /usr/tandem/rtid/examples/chin/zli.properties for running the CHIN
example.
Edit and use /usr/tandem/rtid/examples/lab/zli.properties for running the LAB
example.
After editing the properties file, save it, and download it to the target Weblogic server
domain in the domain root directory <wls-domain>. For example:
/usr/bea/weblogic81/user_projects/domains/RTID
Register Document Classes in the DocClass table
The document metadata classes are registered in the DOCCLASS database table. The
Director server reads this table at startup time and loads the registered document
metadata classes, so before you deploy the Director, you must make sure you have
registered the required classes in this table.
Refer to the files /usr/tandem/rtid/examples/rtsc/Readme.txt and
/usr/tandem/rtid/examples/rtsc/scripts/dbinit.txt to see how to load the DOCCLASS table
for the RTSC example.