OpenSSOInstallerConfig.properties revision 504576c0cd21165cc879543ca89164d214acf996
10139N/A#
10139N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10139N/A#
10139N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
10139N/A#
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# compliance with the License.
17820N/A#
10139N/A# You can obtain a copy of the License at
10139N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
10139N/A# opensso/legal/CDDLv1.0.txt
10139N/A# See the License for the specific language governing
10139N/A# permission and limitations under the License.
10139N/A#
19095N/A# When distributing Covered Code, include this CDDL
18688N/A# Header Notice in each file and include the License file
18688N/A# at opensso/legal/CDDLv1.0.txt.
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]"
12700N/A#
10139N/A# $Id: OpenSSOInstallerConfig.properties,v 1.2 2008/08/19 19:14:48 veiming Exp $
10139N/A#
10139N/A# Portions Copyrighted 2013 ForgeRock AS.
16401N/A
10139N/A#------------------------------------------------------------------------------
10139N/A# Tools Configuration Property File
10139N/A#
10139N/A# OpenAM Policy Agent for:
10139N/A# BEA WebLogic 10.0 Server/Portal
10139N/A#
10139N/A# Version: 3.0
10139N/A#------------------------------------------------------------------------------
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.
18850N/A#
10139N/A# Note:
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.
19126N/A#
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# software.
10139N/A#
10139N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
10139N/A# SYSTEM.
10139N/A#------------------------------------------------------------------------------
10139N/A
10139N/A# Installer implementations should provide desired values these properties.
10139N/A#
10139N/A
10139N/A# TOOLS SERVICE RESOLVER
10139N/A# Specifies the service resolver to be used by the tools. The Installer
10139N/A# implementations should extend the abstract class
10139N/A# com.sun.identity.install.tools.admin.BaseToolsResolver and provide the
10139N/A# implementation class for this property.
12175N/A#
10139N/Acom.sun.identity.install.tools.resolver=com.sun.identity.agents.install.admin.AgentToolsResolver
10139N/A
12175N/A# PRODUCT SHORT NAME
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/Acom.sun.identity.install.tools.product.shortname=Agent
10139N/A
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# for the interface: com.sun.identity.install.tools.launch.IAdminTool. A full
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.
10139N/Acom.sun.identity.install.tools.adminTool.class=com.sun.identity.install.tools.admin.AdminTool
10139N/A
10139N/A