JMX_connection_pool_adapter.bin.install.bat Maven / Gradle / Ivy
@Echo Off
Rem ---------------------------------------------------------------------------
Rem JASMINe
Rem Copyright (C) 2008-2009 Bull S.A.S.
Rem Contact: [email protected]
Rem
Rem This library is free software; you can redistribute it and/or
Rem modify it under the terms of the GNU Lesser General Public
Rem License as published by the Free Software Foundation; either
Rem version 2.1 of the License, or any later version.
Rem
Rem This library is distributed in the hope that it will be useful,
Rem but WITHOUT ANY WARRANTY; without even the implied warranty of
Rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Rem Lesser General Public License for more details.
Rem
Rem You should have received a copy of the GNU Lesser General Public
Rem License along with this library; if not, write to the Free Software
Rem Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
Rem USA
Rem ---------------------------------------------------------------------------
Rem $Id$
Rem ---------------------------------------------------------------------------
set JONAS_ROOT=%{INSTALL_PATH}\jonas_root
set JONAS_BASE=%{INSTALL_PATH}
JMXCONNEXIONPOOL_DIR=%{INSTALL_PATH}\JMX_connection_pool_adapter
Rem Verify if JONAS_BASE is well defined
if ["%JONAS_ROOT%"]==[""] goto setroot
if ["%JONAS_BASE%"]==[""] set JONAS_BASE=%JONAS_ROOT%
copy %JMXCONNEXIONPOOL_DIR%\generated\*.rar %JONAS_BASE%\deploy
goto :EOF
:setroot
echo JONAS_ROOT must be set.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy