mirror of https://github.com/apache/lucene.git
SOLR-9047: fix windows script
This commit is contained in:
parent
0dec8f9415
commit
6e2d80d3a8
|
@ -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 %*
|
||||
|
|
Loading…
Reference in New Issue