Real Time Information Director User Documentation
RTID Subscriptions
Hewlett-Packard Company 12 529618 - 002
The SubServ Properties File
The SubServ properties file is used to specify the configuration parameters for the
Subscription Module. Each property in the properties file is specified in
<name>=<value> format. Table 3 describes the supported properties.
Property name Description
DATASOURCE
The JNDI name for the JDBC TxDataSource
configured within WLS. This name is used to get
a handle for database connections.
e.g. jdbc/subserv-datasource-mxPool
URL
The URL for WLS used by clients to do JNDI
lookups.
e.g., URL=t3://192.151.52.217:9999
USERNAME
WLS username of a user with administrative
privileges.
PASSWORD
Password for the WLS user.
JMSSERVER
JMS Server under which the destination is to be
created in order to post subscriptions.
INPUTFILE
Name of XML file used as input to RegSubs.sh.
This property is optional.
CATALOG
ANSI name of the database catalog.
SCHEMA
ANSI name of the database schema.
Table 3. SubServ.properties – Configurable Parameters
A sample properties file is given below:
# JNDI Name of TxDataSource in Weblogic Server
DATASOURCE=jdbc/subserv-datasource-mxPool
# url of Weblogic Server
URL=t3://192.6.234.9:5555
# username of Weblogic Server
USERNAME=weblogic
# password of Weblogic Server
PASSWORD=weblogic
# JMS Server Name of Weblogic Server
JMSSERVER=SubServJMS










