#
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# 
# This file will be sourced in by ha_sap_j2ee_register and the parameters
# listed below will be used.
#
# These parameters can be customized in (key=value) form
#
#              RS - name of the resource for the application
#              RG - name of the resource group containing RS
#       JAVA_HOME - name of the Java home directory
#          SAPSID - The SAP System Name
#   J2EE_INSTANCE - name of the SAP J2EE Engine instance
#              LH - name of the LogicalHostname SC resource
#          DEPENDENT_RS - Dependent resources on the SAP J2EE SC Resource
# 	HAStoragePlus SC resource, SCS, ENQ and DB SC resources
#		e.g. DEPENDENT_RS=<has-res>,<scs-res>,<enq-res>,<db-res>
#	 SCALABLE -  Scalable or not. True/False
#	
#
# Optional parameters
#
#             SAP_START - Optional, name of a startsap script within
#		<sapsid>adm home directory that will be used
#		instead of the default startsap.
#
#             SAP_STOP  - Optional, name of a stopsap script within
#		<sapsid>adm home directory that will be used
#		instead of the default stopsap.
#
#            SAP_LOGDIR - Optional, where to put the logfiles from
#		startsap and stopsap. Default is the <sapsid>adm home
#		directory
#
# RESOURCE_PROJECT_NAME - Optional, name of a SRM project.
#
#	The following examples illustrate sample parameters
#	for SAP J2EE Engine Instance
#
#	RS=RES-SAP-J2EE
#	RG=RG-SAP-J2EE
#	JAVA_HOME=/usr/java
#	SAPSID=TST
#	J2EE_INSTANCIES=JC00
#	LH=j2eelh
#	DEPENDENT_RS=RES-SAP-J2EE-HAS,RES-SAP-SCS,RES-SAP-ENQ,RES-SAP-DB
#
#	SAP_START=
#	SAP_STOP=
#	SAP_LOGDIR=
#	RESOURCE_PROJECT_NAME=
#	SCALABLE=TRUE
#
#

RS=
RG=
JAVA_HOME=
SAPSID=
J2EE_INSTANCE=
LH=
DEPENDENT_RS=

SAP_START=
SAP_STOP=
SAP_LOGDIR=
RESOURCE_PROJECT_NAME=
SCALABLE=
