SOLR-9047: fix windows script

This commit is contained in:
Gregory Chanan 2016-04-29 14:58:54 -07:00
parent 0dec8f9415
commit 6e2d80d3a8
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ if defined LOG4J_PROPS (
set "LOG4J_CONFIG=file:%SDIR%\log4j.properties"
)
"%JVM%" -Dlog4j.configuration="%LOG4J_PROPS%" -classpath "%SDIR%\..\..\solr-webapp\webapp\WEB-INF\lib\*;%SDIR%\..\..\lib\ext\*" org.apache.solr.cloud.ZkCLI %*
"%JVM%" -Dlog4j.configuration="%LOG4J_CONFIG%" -classpath "%SDIR%\..\..\solr-webapp\webapp\WEB-INF\lib\*;%SDIR%\..\..\lib\ext\*" org.apache.solr.cloud.ZkCLI %*