【发布时间】:2011-03-21 15:18:20
【问题描述】:
如何更改 Hudson 上下文 URL 并访问它类似于 http://localhost:8080/hudson 而不是 http://localhost:8080/?我正在独立使用 hudson,并在 Fedora 虚拟机上作为服务运行。
【问题讨论】:
标签: continuous-integration hudson winstone
如何更改 Hudson 上下文 URL 并访问它类似于 http://localhost:8080/hudson 而不是 http://localhost:8080/?我正在独立使用 hudson,并在 Fedora 虚拟机上作为服务运行。
【问题讨论】:
标签: continuous-integration hudson winstone
hudson 的独立版本使用Winstone 作为嵌入式容器。
您可以找到一些 Hudson 特定的配置说明 on the hudson wiki,但我想 Winston Sourceforge Page(部分:command line options)是最好的查看位置。
编辑:实际的解决方案可以在this blog page找到:
java -jar hudson.war --prefix=/hudson
【讨论】: