amsfo.conf revision 0a99555401a033704f1f171baab6db11fb5528f2
826N/A# Copyright � 2006 Sun Microsystems, Inc. All rights reserved.
961N/A#
961N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
961N/A#
961N/A# Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
961N/A#
961N/A# The contents of this file are subject to the terms
961N/A# of the Common Development and Distribution License
961N/A# (the License). You may not use this file except in
961N/A# compliance with the License.
961N/A#
961N/A# You can obtain a copy of the License at
961N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
961N/A# opensso/legal/CDDLv1.0.txt
961N/A# See the License for the specific language governing
961N/A# permission and limitations under the License.
961N/A#
961N/A# When distributing Covered Code, include this CDDL
961N/A# Header Notice in each file and include the License file
961N/A# at opensso/legal/CDDLv1.0.txt.
961N/A# If applicable, add the following below the CDDL Header,
961N/A# with the fields enclosed by brackets [] replaced by
961N/A# your own identifying information:
961N/A# "Portions Copyrighted [year] [name of copyright owner]"
3231N/A#
961N/A# $Id: amsfo.conf,v 1.5 2008/08/08 03:15:29 dillidorai Exp $
826N/A#
1298N/A
826N/AAM_HOME_DIR=/opt/SUNWam
826N/AAM_HOME_LINUX=/opt/sun/identity
826N/AAM_HOME_HPUX=/opt/sun/identity
826N/A
826N/A# This property if set to true will Auto restart the amsessiondb client.
826N/A# Possible values are true|false.
826N/AAM_SFO_RESTART=true
1295N/A
826N/A# The following property is used to list the JMQ broker list participating in the cluster.
961N/A# The format of the value is host1:port,host2:port,host3:port
# ex is1.sun.com:7777,is2.sun.com:7777
CLUSTER_LIST=
# The following property specifies the Directory where the Session database files should be created.
DATABASE_DIR="/tmp/amsession/sessiondb"
# This flag if set to true will clear the existing database and creates a new database
# each time the amsessiondb process is restarted.
DELETE_DATABASE=true
# Specifies the location of the Log directory.
LOG_DIR="/tmp/amsession/logs"
# The below flag indicates wheather the broker should also be started along with the amsessiondb process.
# Note: The below property should be set to true only if the JMQ Broker is installed on the same machine
# if the broker is running on a different machine than this property should be set to false.
START_BROKER=true
# The below property specifies the name of the broker instance to start.
BROKER_INSTANCE_NAME=aminstance
# The port for the local broker instance to be started
BROKER_PORT=7777
# The Java VM args. Set the max value to 1024m based on the system resources.
BROKER_VM_ARGS="-Xms256m -Xmx512m"
# The User name to connect to the broker.
USER_NAME=guest
# The location of the password file which contains the encrypted format of the password to connect to the broker.
# Note: The password file should be generated using the amsfopassword script.
# In case of any OS other than solaris this needs to be set
# specially per the install platform/location.
# e.g Linux default install should set this as
# PASSWORDFILE=$AM_HOME_LINUX/.password
# after setting proper value for AM_HOME_LINUX.
#
PASSWORDFILE=$AM_HOME_DIR/.password
# The amsssiondb args. To find the list of args for amsessiondb, run the
# command "amsessiondb -h". By default the -u, -f, -b options are included so
# these options should not be used, all the remaining options like -i, -v etc
# can be used.
# Usage AMSESSIONDB_ARGS="-v"
AMSESSIONDB_ARGS=
#Following properties are required for windows not required on other platforms
#Message queue user password
JMQ_PASSWORD=
#Message queue install location
JMQ_INSTALL_DIR=
#Java installtion directory
JAVA_HOME=
# Map module name to the class name which implements module record and
# extends from com.sun.identity.ha.jmqdb.client.BaseRecord.
persist_session=com.sun.identity.ha.jmqdb.client.SessionRecord
persist_saml2=com.sun.identity.ha.jmqdb.client.AssertionRecord