|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [JIRA] (JENKINS-8792) --prefix igno... [email protected] (JIRA)

On Windows Server 2008 this still does not work. I’m deploying latest release of Jenkins on Windows 2008 server. Now I want to run jenkins in web context /jenkins so I in my jenkins.xml I added a prefix.
For example <arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "BASE\jenkins.war" --httpPort=8282 --ajp13Port=8283 --prefix=/jenkins</arguments>
I also tried prefix=jenkins, so without the slash. Both produce same results. There is a 404 on all paths, the old one and the new one.
I don't think it is possible to run under different web context.