mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 19:09:10 +00:00
Updated Windows service documentation. Resolves #3417
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
This commit is contained in:
parent
01f2a4e16b
commit
5c134efaca
@ -147,7 +147,7 @@ We'll start by specifying which modules we want to use (this will create a start
|
||||
|
||||
[source, screen, subs="{sub-order}"]
|
||||
....
|
||||
C:\opt\myappbase>java -jar ..\jetty\start.jar --add-to-start=deploy,http,logging
|
||||
C:\opt\myappbase>java -jar ..\jetty\start.jar --add-to-start=deploy,http,console-capture
|
||||
|
||||
WARNING: deploy initialised in ${jetty.base}\start.ini (appended)
|
||||
WARNING: deploy enabled in ${jetty.base}\start.ini
|
||||
@ -260,7 +260,7 @@ set PR_STOPPARAMS=--stop;STOP.KEY="%STOPKEY%";STOP.PORT=%STOPPORT%;STOP.WAIT=10
|
||||
--JvmMs="%PR_JVMMS%" ^
|
||||
--JvmMx="%PR_JVMMX%" ^
|
||||
--JvmSs="%PR_JVMSS%" ^
|
||||
--JvmOptions="%PR_JVMOPTIONS%" ^
|
||||
--JvmOptions=%PR_JVMOPTIONS% ^
|
||||
--Classpath="%PR_CLASSPATH%" ^
|
||||
--StartMode="%PR_STARTMODE%" ^
|
||||
--StartClass="%JETTY_START_CLASS%" ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user