10139N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10139N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
16307N/A# The contents of this file are subject to the terms
10139N/A# of the Common Development and Distribution License
10139N/A# (the License). You may not use this file except in
10139N/A# You can obtain a copy of the License at
10139N/A# See the License for the specific language governing
10139N/A# permission and limitations under the License.
19095N/A# When distributing Covered Code, include this CDDL
18688N/A# Header Notice in each file and include the License file
10139N/A# If applicable, add the following below the CDDL Header,
19013N/A# with the fields enclosed by brackets [] replaced by
10139N/A# your own identifying information:
10139N/A# "Portions Copyrighted [year] [name of copyright owner]"
10139N/A# Portions Copyrighted 2013 ForgeRock AS.
10139N/A#------------------------------------------------------------------------------
10139N/A# Tools Configuration Property File
10139N/A#------------------------------------------------------------------------------
16307N/A# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
16401N/A# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
10139N/A# MODIFYING ANY OF THE VALUES IN THIS FILE.
10139N/A# Data present in this file provides the necessary configuration
10139N/A# settings needed by Agent to work correctly. Invalid configuration
19126N/A# data present in this file can lead to malfunction of the Agent, the
10139N/A# application, and the Application Server.
10139N/A# WARNING: The contents of this file are classified as an UNSTABLE
10139N/A# interface by Sun Microsystems, Inc. As such, they are subject to
10139N/A# significant, incompatible changes in any future release of the
10139N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
10139N/A#------------------------------------------------------------------------------
10139N/A# Installer implementations should provide desired values these properties.
10139N/A# Specifies the service resolver to be used by the tools. The Installer
10139N/A# implementations should extend the abstract class
10139N/A# implementation class for this property.
10139N/A# The product short name would be used as apart of the prefix for creation of
10139N/A# log files, locator files, state files etc.
10139N/A# ADMIN TOOL IMPLEMENTATION CLASS
10139N/A# Specifies the Admin Tool implementation class that would be launched by
10139N/A# the launcher. The Admin Tool implementation class should be an implementation
10139N/A# fledged default implementation of IAdminTool is provided by the install
10139N/A# tools framework. If necessary a custom implementation can be plugged in here.