ampassword.bat revision cad9afe394afce79886319efffe393ff8b74492a
430N/A@echo off
430N/A:
430N/A: DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
430N/A:
430N/A: Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
430N/A:
430N/A: The contents of this file are subject to the terms
430N/A: of the Common Development and Distribution License
430N/A: (the License). You may not use this file except in
430N/A: compliance with the License.
430N/A:
430N/A: You can obtain a copy of the License at
430N/A: https://opensso.dev.java.net/public/CDDLv1.0.html or
430N/A: opensso/legal/CDDLv1.0.txt
430N/A: See the License for the specific language governing
430N/A: permission and limitations under the License.
430N/A:
430N/A: When distributing Covered Code, include this CDDL
430N/A: Header Notice in each file and include the License file
430N/A: at opensso/legal/CDDLv1.0.txt.
430N/A: If applicable, add the following below the CDDL Header,
430N/A: with the fields enclosed by brackets [] replaced by
430N/A: your own identifying information:
430N/A: "Portions Copyrighted [year] [name of copyright owner]"
430N/A:
430N/A: $Id: ampassword.bat,v 1.18 2009/01/28 05:34:45 ww203982 Exp $
430N/A:
430N/A
430N/A: Portions Copyrighted 2010-2011 ForgeRock AS
430N/A
430N/Aset TOOLS_HOME="@TOOLS_HOME@"
430N/A
430N/Asetlocal
430N/A:WHILE
430N/Aif x%1==x goto WEND
430N/Aset PARAMS=%PARAMS% %1
430N/Ashift
430N/Agoto WHILE
430N/A:WEND
430N/A
430N/Aset CLASSPATH="@CONFIG_DIR@"
430N/Aset CLASSPATH="%CLASSPATH%;lib/openam-distribution-amadmsetup-10.1.0-SNAPSHOT.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/OpenDJ-2012-20-02.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/mail-1.4.5.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/j2ee-2007-18-10.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/webservices-api-2009-14-01.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/webservices-rt-2009-29-07.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/wwebservices-tools-2.1-b16.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/json-20090211.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/xalan-2.7.1.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/xercesImpl-2.10.0.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/xml-apis-1.4.01.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/xmlsec-1.3.0.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/openam-core-10.1.0-SNAPSHOT.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/openam-shared-10.1.0-SNAPSHOT.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/openam-dtd-schema-10.1.0-SNAPSHOT.jar"
430N/Aset CLASSPATH="%CLASSPATH%;lib/openam-rest-10.1.0-SNAPSHOT.jar"
430N/A
430N/A"@JAVA_HOME@/bin/java.exe" -Xms64m -Xmx256m -classpath %CLASSPATH% -D"bootstrap.dir=@CONFIG_DIR@" -D"java.version.current=java.vm.version" -D"java.version.expected=1.4+" -D"am.version.current=com.iplanet.am.version" -D"am.version.expected=@AM_VERSION@" com.iplanet.services.ldap.ServerConfigMgr %PARAMS%
430N/Aendlocal
430N/A:END
430N/A