mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #8509 from jeffmorin/main
Fixed start-handle-server.bat (Windows version)
This commit is contained in:
@@ -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
|
||||
set LOGDIR=%DSPACEDIR%/log
|
||||
|
||||
REM Build a CLASSPATH including all classes in oai webapp, all libraries in [dspace]/lib and the config folder.
|
||||
set DSPACE_CLASSPATH=%CLASSPATH%;%DSPACEDIR%\config;%DSPACEDIR%\webapps\oai\WEB-INF\classes\
|
||||
for %%f in (%DSPACEDIR%\lib\*.jar) DO CALL %BINDIR%\buildpath.bat %%f
|
||||
REM Build a CLASSPATH including all libraries in [dspace]/lib and the config folder.
|
||||
set DSPACE_CLASSPATH=%CLASSPATH%;%DSPACEDIR%\config;%DSPACEDIR%\lib\*
|
||||
|
||||
REM If JAVA_OPTS specified, use those options
|
||||
REM Otherwise, default Java to using 256MB of memory
|
||||
|
Reference in New Issue
Block a user