Merge pull request #8509 from jeffmorin/main

Fixed start-handle-server.bat (Windows version)
This commit is contained in:
Tim Donohue
2022-10-04 10:35:29 -05:00
committed by GitHub

View File

@@ -31,9 +31,8 @@ REM Assume log directory is a subdirectory of DSPACEDIR.
REM If you want your handle server logs stored elsewhere, change this value REM If you want your handle server logs stored elsewhere, change this value
set LOGDIR=%DSPACEDIR%/log set LOGDIR=%DSPACEDIR%/log
REM Build a CLASSPATH including all classes in oai webapp, all libraries in [dspace]/lib and the config folder. REM Build a CLASSPATH including all libraries in [dspace]/lib and the config folder.
set DSPACE_CLASSPATH=%CLASSPATH%;%DSPACEDIR%\config;%DSPACEDIR%\webapps\oai\WEB-INF\classes\ set DSPACE_CLASSPATH=%CLASSPATH%;%DSPACEDIR%\config;%DSPACEDIR%\lib\*
for %%f in (%DSPACEDIR%\lib\*.jar) DO CALL %BINDIR%\buildpath.bat %%f
REM If JAVA_OPTS specified, use those options REM If JAVA_OPTS specified, use those options
REM Otherwise, default Java to using 256MB of memory REM Otherwise, default Java to using 256MB of memory