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