status.bat revision 733
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna@echo off
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem CDDL HEADER START
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem The contents of this file are subject to the terms of the
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem Common Development and Distribution License, Version 1.0 only
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem (the "License"). You may not use this file except in compliance
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem with the License.
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem You can obtain a copy of the license at
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem trunk/opends/resource/legal-notices/OpenDS.LICENSE
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem See the License for the specific language governing permissions
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem and limitations under the License.
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem When distributing Covered Code, include this CDDL HEADER in each
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem file and include the License file at
d19efe4dce3fa8d1e3ef1a40238380d37664316bNeil Maddenrem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem add the following below this CDDL HEADER, with the fields enclosed
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem by brackets "[]" replaced with your own identifying * information:
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem Portions Copyright [yyyy] [name of copyright owner]
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem CDDL HEADER END
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunarem Portions Copyright 2007 Sun Microsystems, Inc.
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunasetlocal
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunaset OPENDS_INVOKE_CLASS="org.opends.statuspanel.StatusCli"
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunaset SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=status"
88f608b8855a99b19653376900fc5f234b7e771cDavid Lunacall "%~dP0\_server-script.bat" %*
88f608b8855a99b19653376900fc5f234b7e771cDavid Luna