8232a726cac5dcc4a25bcb1f0afde01cd977a4a1
[lui-solr.git] / zookeeper / cloud-scripts / zkcli.bat
1 REM You can override pass the following parameters to this script:\r
2 REM \r
3 \r
4 set JVM=java\r
5 \r
6 REM  Find location of this script\r
7 \r
8 set SDIR=%~dp0\r
9 if "%SDIR:~-1%"=="\" set SDIR=%SDIR:~0,-1%\r
10 \r
11 "%JVM%" -Dlog4j.configuration=file:%SDIR%\log4j.properties -classpath "%SDIR%\..\solr-webapp\webapp\WEB-INF\lib\*;%SDIR%\..\lib\ext\*" org.apache.solr.cloud.ZkCLI %*\r