OpenSSOInstallerConfig.properties revision 504576c0cd21165cc879543ca89164d214acf996
5810N/A#
5810N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5810N/A#
5810N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
5810N/A#
5810N/A# The contents of this file are subject to the terms
5810N/A# of the Common Development and Distribution License
5810N/A# (the License). You may not use this file except in
5810N/A# compliance with the License.
5810N/A#
5810N/A# You can obtain a copy of the License at
5810N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
5810N/A# opensso/legal/CDDLv1.0.txt
5810N/A# See the License for the specific language governing
5810N/A# permission and limitations under the License.
5810N/A#
5810N/A# When distributing Covered Code, include this CDDL
5810N/A# Header Notice in each file and include the License file
5810N/A# at opensso/legal/CDDLv1.0.txt.
5810N/A# If applicable, add the following below the CDDL Header,
5810N/A# with the fields enclosed by brackets [] replaced by
5810N/A# your own identifying information:
5810N/A# "Portions Copyrighted [year] [name of copyright owner]"
5810N/A#
5810N/A# $Id: OpenSSOInstallerConfig.properties,v 1.1 2009/01/21 18:28:45 kanduls Exp $
5810N/A#
5810N/A# Portions Copyrighted 2013 ForgeRock AS.
5810N/A
5810N/A#------------------------------------------------------------------------------
5810N/A# Tools Configuration Property File
5810N/A#
5810N/A# OpenAM Policy Agent for:
5810N/A# Jetty 7.x
5810N/A#
5810N/A# Version: 3.0
5810N/A#------------------------------------------------------------------------------
5810N/A#
5810N/A# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
5810N/A# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
5810N/A# MODIFYING ANY OF THE VALUES IN THIS FILE.
5810N/A#
5810N/A# Note:
5810N/A# Data present in this file provides the necessary configuration
5810N/A# settings needed by Agent to work correctly. Invalid configuration
5810N/A# data present in this file can lead to malfunction of the Agent, the
6320N/A# application, and the Application Server.
6320N/A#
5810N/A# WARNING: The contents of this file are classified as an UNSTABLE
5810N/A# interface by Sun Microsystems, Inc. As such, they are subject to
5810N/A# significant, incompatible changes in any future release of the
5810N/A# software.
5810N/A#
5810N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
5810N/A# SYSTEM.
5810N/A#------------------------------------------------------------------------------
5810N/A
5810N/A# Installer implementations should provide desired values these properties.
5810N/A#
5810N/A
5810N/A# TOOLS SERVICE RESOLVER
5810N/A# Specifies the service resolver to be used by the tools. The Installer
5810N/A# implementations should extend the abstract class
5810N/A# com.sun.identity.install.tools.admin.BaseToolsResolver and provide the
5810N/A# implementation class for this property.
5810N/A#
5810N/Acom.sun.identity.install.tools.resolver=com.sun.identity.agents.install.admin.AgentToolsResolver
5810N/A
5810N/A# PRODUCT SHORT NAME
5810N/A# The product short name would be used as apart of the prefix for creation of
5810N/A# log files, locator files, state files etc.
5810N/Acom.sun.identity.install.tools.product.shortname=Agent
5810N/A
5810N/A# ADMIN TOOL IMPLEMENTATION CLASS
5810N/A# Specifies the Admin Tool implementation class that would be launched by
5810N/A# the launcher. The Admin Tool implementation class should be an implementation
5810N/A# for the interface: com.sun.identity.install.tools.launch.IAdminTool. A full
5810N/A# fledged default implementation of IAdminTool is provided by the install
5810N/A# tools framework. If necessary a custom implementation can be plugged in here.
5810N/Acom.sun.identity.install.tools.adminTool.class=com.sun.identity.install.tools.admin.AdminTool
5810N/A
5810N/A