users@glassfish.java.net

Re: The operation CONFIGURE of addon am-configurator completed with an error

From: <glassfish_at_javadesktop.org>
Date: Mon, 03 Mar 2008 08:04:14 PST

Have found amconfig.properties file
inC:\Sun\SDK\addons\accessmanager:
Here is the contents:
# Copyright \251 2005 Sun Microsystems, Inc. All rights reserved.
#
# Sun Microsystems, Inc. has intellectual property rights relating to
# technology embodied in the product that is described in this document.
# In particular, and without limitation, these intellectual property rights
# may include one or more of the U.S. patents listed at
# http://www.sun.com/patents and one or more additional patents or pending
# patent applications in the U.S. and in other countries.
#
# U.S. Government Rights - Commercial software. Government users are subject
# to the Sun Microsystems, Inc. standard license agreement and applicable
# provisions of the FAR and its supplements.
#
# Use is subject to license terms.
#
# This distribution may include materials developed by third parties.Sun,
# Sun Microsystems and the Sun logo are trademarks or registered trademarks
# of Sun Microsystems, Inc. in the U.S. and other countries.
#
# Copyright \251 2005 Sun Microsystems, Inc. Tous droits r\351serv\351s.
# Sun Microsystems, Inc. d\351tient les droits de propri\351t\351 intellectuels relatifs
# \340 la technologie incorpor\351e dans le produit qui est d\351crit dans ce document.
# En particulier, et ce sans limitation, ces droits de propri\351t\351
# intellectuelle peuvent inclure un ou plus des brevets am\351ricains list\351s
# \340 l'adresse http://www.sun.com/patents et un ou les brevets suppl\351mentaires
# ou les applications de brevet en attente aux Etats - Unis et dans les
# autres pays.
#
# L'utilisation est soumise aux termes du contrat de licence.
#
# Cette distribution peut comprendre des composants d\351velopp\351s par des
# tierces parties.
#
# Sun, Sun Microsystems et le logo Sun sont des marques de fabrique ou des
# marques d\351pos\351es de Sun Microsystems, Inc. aux Etats-Unis et dans
# d'autres pays.

/* The following keys are used to configure the Debug service.
 * Possible values for the key 'level' are: off | error | warning | message.
 * The key 'directory' specifies the output directory where the debug files
 * will be created.
 * Trailing spaces are significant.
 * Windows: Use forward slashes "/" separate directories, not backslash "\".
 * Windows: Spaces in the file name are allowed for Windows.
 */
com.iplanet.services.debug.level=DEBUG_LEVEL
com.iplanet.services.debug.directory=DEBUG_DIR

/*
 * Server mode should be 'false'
 */
com.iplanet.am.serverMode=false

/*
 * Naming URL
 */
com.iplanet.am.naming.url=NAMING_URL

/*
 * Notification URL
 */
com.iplanet.am.notification.url=NOTIFICATION_URL

/*
 * Security Credentails to read the configuration data
 */
com.sun.identity.agents.app.username=APPLICATION_USER
com.iplanet.am.service.password=APPLICATION_PASSWD

/*
 * Property to set JCE as the default encryption classes
 */
com.iplanet.security.encryptor=com.iplanet.services.util.JCEEncryption

/*
 * Cache update time (in minutes) for user management cache,
 * if notification URL is not provided
 */
com.iplanet.am.sdk.remote.pollingTime=1

/*
 * Cache enable / disable properties
 */
com.iplanet.am.sdk.caching.enabled=false
com.sun.identity.idm.cache.enabled=false
com.sun.identity.sm.cache.enabled=true

/*
 * Cache update time (in minutes) for service configutation data,
 * if notification URL is not provided
 */
com.sun.identity.sm.cacheTime=1

/*
 * Configure remote plugin classes for configuration (SMS)
 */
com.sun.identity.sm.sms_object_class_name=com.sun.identity.sm.jaxrpc.SMSJAXRPCObject

/*
 * Server protocol, host and port
 */
com.iplanet.am.server.protocol=SERVER_PROTOCOL
com.iplanet.am.server.host=SERVER_HOST
com.iplanet.am.server.port=SERVER_PORT

com.iplanet.am.cookie.name=AM_COOKIE_NAME

/*
 * Identify cert db directory path, prefix and password file
 * to initialize JSS Socket Factory when Web Container is configured SSL
 */
com.iplanet.am.admin.cli.certdb.dir=CONTAINER_CERTDB_DIR
com.iplanet.am.admin.cli.certdb.prefix=CONTAINER_CERTDB_PREFIX
com.iplanet.am.admin.cli.certdb.passfile=CONFIG_DIR/.wtpass

/*
 * Since the notification handler is not registered on Distributed
 * authentication side, the following polling parameters need to be specified
 * to enable the SessionPoller thread.
 */
com.iplanet.am.session.client.polling.enable=true
com.iplanet.am.session.client.polling.period=180

/*
 * Identify saml xml signature keystore file, keystore password file
 * key password file
 */
com.sun.identity.saml.xmlsig.keystore=SAML_KEYSTORE
com.sun.identity.saml.xmlsig.storepass=SAML_STOREPASS
com.sun.identity.saml.xmlsig.keypass=SAML_KEYPASS

com.sun.identity.saml.xmlsig.certalias=amclient
com.sun.identity.liberty.ws.wsc.certalias=amclient
com.sun.identity.liberty.ws.soap.supportedActors=http://schemas.xmlsoap.org/soap/actor/next
com.sun.identity.liberty.ws.security.TokenProviderImpl=com.sun.identity.liberty.ws.security.AMSecurityTokenProvider
com.sun.identity.liberty.ws.trustedca.certaliases=LIBERTY_TRUSTEDCA_ALIASES

/*
 * Login URL and Authentication service URL for Liberty use case
 */
com.sun.identity.loginurl=LOGIN_URL
com.sun.identity.liberty.authnsvc.url=LIBERTY_AUTHSVC_URL

/* Flag for checking the Certificate which is embedded in the
 * KeyInfo against the certificates in the keystore (specified
 * by the "com.sun.identity.saml.xmlsig.keystore" property).
 * Possible values for the key are: on|off. If the flag is "on",
 * the certification must be presented in the keystore for
 * XML signature validation. If the flag is "off", skip
 * the presence checking.
 */
com.sun.identity.saml.checkcert=on


/**************************************************************
 * Policy Client properties
 **************************************************************/
/* Policy decision log parameters. Possible values for logging.level
 * are NONE, ALLOW, DENY, BOTH, and DECISION */
com.sun.identity.agents.server.log.file.name=amRemotePolicyLog
com.sun.identity.agents.logging.level=NONE

/* Notification URL for updating cache */
com.sun.identity.agents.notification.enabled=false
com.sun.identity.agents.notification.url=NOTIFICATION_URL

/* Cache time in minutes */
com.sun.identity.agents.polling.interval=3

/* Information to cache. Possible value are "subtree" or "self" */
com.sun.identity.policy.client.cacheMode=subtree

com.sun.identity.policy.client.clockSkew=10

/*
 * Explicitly disable monitoring services in the sample client applications.
 */
com.sun.identity.monitoring=off

-----
Also found following documentation:
http://docs.sun.com/source/817-7644/ch5_scenarios.html#wp40767
[Message sent by forum member 'jgf1' (jgf1)]

http://forums.java.net/jive/thread.jspa?messageID=262010