-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
By default, the hudson home directory is ~/.hudson, and the webroot directory is
~/.hudson/war
Unfortunately, changing the $HUDSON_HOME variable doesn't affect the webroot
directory, even though it is underneath the default HUDSON_HOME. I found this
surprising.
It seems the --webroot option used by winstone should use $HUDSON_HOME instead
of coding $HOME/.hudson directly.