提交 15cba1bb 编写于 作者: J Jesse Glick

Specify --webroot to the Windows service wrapper so we do not unpack to %JENKINS_HOME%\war.

上级 6c2b16cf
...@@ -38,7 +38,7 @@ THE SOFTWARE. ...@@ -38,7 +38,7 @@ THE SOFTWARE.
The following value assumes that you have java in your PATH. The following value assumes that you have java in your PATH.
--> -->
<executable>java</executable> <executable>java</executable>
<arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%\jenkins.war" --httpPort=8080</arguments> <arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%\jenkins.war" --httpPort=8080 --webroot="%BASE%\war"</arguments>
<!-- <!--
interactive flag causes the empty black Java window to be displayed. interactive flag causes the empty black Java window to be displayed.
I'm still debugging this. I'm still debugging this.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册