#!/bin/sh
# Copyright(c) Sybase, Inc.

# Only if you are using your own JINI lookup service,
# you need to modify the following JINI related settings.
# Modify JINI_HOME to point to your own JINI root directory.
#

UA_LOG_HOME=${SYBASE_UA}/log
JINI_HOME=${SYBASE_UA_TOPLEVEL}/thirdparty/jini1_2_1_001
JINI_LOG=${UA_LOG_HOME}/jini.log
RMID_LOG=${UA_LOG_HOME}/rmid.log
CLASS_SERVER_PORT=9092
RMID_PORT=9095

