Skip to content

Commit

Permalink
Merge pull request #30524 from jimblye/30523-Newer-version-of-prunsrv
Browse files Browse the repository at this point in the history
Update Apache Commons Daemon prunsrv to 1-4-0
  • Loading branch information
jimblye authored Jan 15, 2025
2 parents 9d0d201 + d4eb1ff commit b471fdf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/com.ibm.ws.kernel.boot.ws-server/publish/bin/server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ goto:eof
call:serverEnv
call:serverExists true
if %RC% == 2 goto:eof
if not exist "!WLP_OUTPUT_DIR!\%SERVER_NAME%\logs" (
mkdir "!WLP_OUTPUT_DIR!\%SERVER_NAME%\logs"
)
"!WLP_INSTALL_DIR!\bin\tools\win\prunsrv.exe" //IS//%SERVER_NAME% --Startup=manual --DisplayName="%SERVER_NAME%" --Description="Open Liberty" ++DependsOn=Tcpip --LogPath="!WLP_OUTPUT_DIR!\%SERVER_NAME%\logs" --StdOutput=auto --StdError=auto --StartMode=exe --StartPath="%WLP_INSTALL_DIR%" --StartImage="%WLP_INSTALL_DIR%\bin\server.bat" ++StartParams=start#%SERVER_NAME% --StopMode=exe --StopPath="%WLP_INSTALL_DIR%" --StopImage="%WLP_INSTALL_DIR%\bin\server.bat" ++StopParams=stop#%SERVER_NAME% --ServiceUser=LocalSystem
set RC=!errorlevel!
goto:eof
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b471fdf

Please sign in to comment.