Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/configs/config-remote/installServiceWin.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if "%LABKEY_ROOT%" == "" goto noLabKeyRoot
if "%JAVA_HOME%" == "" goto noJavaHome

prunsrv.exe //IS//LabKeyRemoteServer --StdOutput="%LABKEY_ROOT%\logs\output.log" --StdError="%LABKEY_ROOT%\logs\output.log" --LogPath="%LABKEY_ROOT%\logs" --StartMode jvm --JavaHome "%JAVA_HOME%" --Jvm "%JAVA_HOME%\bin\server\jvm.dll" --JvmMx 1024 --Description "Allows this server to run pipeline jobs remotely for a LabKey Server instance" --DisplayName "LabKey Remote Pipeline Server" --Startup auto --Classpath "%LABKEY_ROOT%\tomcat-lib\labkeyBootstrap.jar" --StartClass org.labkey.bootstrap.RemoteServerBootstrap --StartParams="-modulesdir=%LABKEY_ROOT%\modules;-configdir=%LABKEY_ROOT%\config;-webappdir=%LABKEY_ROOT%\labkeywebapp"
prunsrv.exe //IS//LabKeyRemoteServer --StdOutput="%LABKEY_ROOT%\logs\output.log" --StdError="%LABKEY_ROOT%\logs\output.log" --LogPath="%LABKEY_ROOT%\logs" --StartMode jvm --JavaHome "%JAVA_HOME%" --Jvm "%JAVA_HOME%\bin\server\jvm.dll" --JvmMx 1024 --Description "Allows this server to run pipeline jobs remotely for a LabKey Server instance" --DisplayName "LabKey Remote Pipeline Server" --Startup auto --Classpath "%LABKEY_ROOT%\tomcat-lib\labkeyBootstrap.jar" --StartClass org.labkey.bootstrap.RemoteServerBootstrap --StartParams="-modulesdir=%LABKEY_ROOT%\modules;-configdir=%LABKEY_ROOT%\config;-webappdir=%LABKEY_ROOT%\labkeywebapp" ++JvmOptions=--add-opens=java.base/java.lang=ALL-UNNAMED ++JvmOptions=--add-opens=java.base/java.io=ALL-UNNAMED ++JvmOptions=--add-opens=java.base/java.util=ALL-UNNAMED ++JvmOptions=--add-opens=java.desktop/java.awt.font=ALL-UNNAMED ++JvmOptions=--add-opens=java.base/java.text=ALL-UNNAMED
goto end

:noLabKeyRoot
Expand Down
2 changes: 1 addition & 1 deletion server/configs/config-remote/startCommandLine.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp ..\..\..\build\labkeyBootstrap.jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xmx384m org.labkey.bootstrap.RemoteServerBootstrap -modulesdir=..\..\..\build\deploy\modules -configdir=. -webappdir=..\..\..\build\deploy\labkeywebapp
java -cp ..\..\..\build\labkeyBootstrap.jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xmx384m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED org.labkey.bootstrap.RemoteServerBootstrap -modulesdir=..\..\..\build\deploy\modules -configdir=. -webappdir=..\..\..\build\deploy\labkeywebapp