Real Time Information Director User Documentation
RTID Deployment
Hewlett-Packard Company 9 529618 - 002
/usr/bea/user_projects/domains/RTID/scripts
3. Copy the setenv_server.sh and setenv.sh scripts from the /usr/tandem/rtid/scripts/
folder to the <domain>/scripts folder.
4. Edit setenv_server.sh and setenv.sh to set the RTID_APP_HOME value to the
domain folder name, for example:
RTID_APP_HOME=/usr/bea/user_projects/domains/RTID
If you want to deploy the RTSC example, uncomment the line
#CLASSPATH=$RTID_HOME/examples/rtsc/lib/rtscDefs.jar:${CLASSPATH}
If you want to deploy the CHIN example, uncomment the line
#CLASSPATH=$RTID_HOME/examples/chin/lib/ehrDefs.jar:${CLASSPATH}
If you want to deploy the LAB example, uncomment the line
#CLASSPATH=$RTID_HOME/examples/lab/lib/labDefs.jar:${CLASSPATH}
5. If you are planning to run Blaze enrichments, additional jar files must also be
included in the server classpath. Refer to the Blaze.ReadMe file for information
about setting Blaze classpaths.
6. Add any custom classes that you have added to the CLASSPATH by editing the file
setenv_server.sh.
Start the WebLogic Server on the NonStop Server
The following steps configure the Weblogic server from the Weblogic Console:
1. Load the RTID environment using the setenv_server.sh script:
cd <domain>
. <domain>/scripts/setenv_server.sh
2. Start the server for this domain by navigating to the domain directory and executing
the following command:
nohup startWebLogic.sh &
This command starts the server in the background with its standard output going to a
file called ‘nohup.out’.
Refer to BEA documentation for more details about the Domain Configuration Wizard
and about running the server.