bootstrap.properties revision 678fa69e5b163e6445a26c1859e464dbcd8cb953
0N/A#
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A#
0N/A# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
0N/A#
0N/A# The contents of this file are subject to the terms
0N/A# of the Common Development and Distribution License
0N/A# (the License). You may not use this file except in
0N/A# compliance with the License.
0N/A#
0N/A# You can obtain a copy of the License at
0N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A# opensso/legal/CDDLv1.0.txt
0N/A# See the License for the specific language governing
0N/A# permission and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL
0N/A# Header Notice in each file and include the License file
873N/A# at opensso/legal/CDDLv1.0.txt.
0N/A# If applicable, add the following below the CDDL Header,
0N/A# with the fields enclosed by brackets [] replaced by
0N/A# your own identifying information:
0N/A# "Portions Copyrighted [year] [name of copyright owner]"
0N/A#
3231N/A# $Id: bootstrap.properties,v 1.2 2008/06/25 05:40:30 qcheng Exp $
0N/A#
1182N/A# Portions Copyrighted 2011 ForgeRock AS
0N/A
0N/A# This property sets the base directory where the product
0N/A# will be configured. When this property is set, one shall
538N/A# not be able to enter another base directory in the
0N/A# Configuration page.
0N/A# Currently, there is only one tag that we are supporting
0N/A# and that is @REAL_PATH@. So you have it as
0N/A#
0N/A# configuration.dir=/opensso/AMConfig@REAL_PATH@
0N/A#
0N/A# @REAL_PATH@ shall be substituted with ServletContext.getRealPath()
0N/A# when the web application is configuring.
0N/A#
0N/A# If this property is not set, one shall be able to enter the
0N/A# base directory in the configuration wizard.
0N/A#
0N/A# This property should be used for application servers like
0N/A# JBoss where the ServletContext.getRealPath() method does
0N/A# not always return the same value after the server is restarted.
0N/A#
# This property should also be used when the system user that
# is running the web/application server process does not have
# a home directory. i.e. System.getProperty("user.home") returns
# null.
#
# configuration.dir=