I deployed hudson.war in the sun application server 9.1. I like to check how can i change the home directory of hudson to point to another directory becasue if using a .hudson directory is not ok as i have very little diskspace left in main disk drive.
+2
A:
See: Administering Hudson
I pass the following:
-DHUDSON_HOME=path/to/hudson
to my container (Tomcat).
Joshua McKinnon
2010-05-25 04:21:00
A:
How can I do it on Windows? I installed Hudson and added it (.war file) to tomcat webapps, tomcat created C:.hudson folder and everything goes there for hudson build. Now I want to change C:.hudson to L:.Hudson, how can I do that?
Regards
Jack
2010-07-23 17:16:11
A:
- Start button
- Right-click "Computer", then Properties
- Click Advanced System Settings
- Click Environment Variables
- Under "System Variables" click New..., and make a new variable called HUDSON_HOME. Set this to your desired directory.
Now create a new CMD.EXE and launch Hudson, or restart Tomcat and Hudson will use the new directory.
William Leara
2010-07-23 17:38:52