Last modified by Bastian Triller on 2012/08/24 19:38

From version 112.1
edited by Johan Henselmans
on 2010/08/18 20:58
Change comment: There is no comment for this version
To version 105.1
edited by Johan Henselmans
on 2010/08/18 20:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -88,9 +88,7 @@
88 88  
89 89  1. Tomcat is by default installed on Mac OS X Server.
90 90  1. Create an administrative user in ##/Library/Tomcat/conf/tomcat-users.xml##.
91 -
92 -{{code value="xml"}}
93 -
91 +1. {{code value="xml"}}
94 94  <?xml version='1.0' encoding='utf-8'?>
95 95  <tomcat-users>
96 96   <role rolename="manager"/>
... ... @@ -97,7 +97,6 @@
97 97   <role rolename="admin"/>
98 98   <user username="tomcat" password="tomcat" roles="admin,manager"/>
99 99  </tomcat-users> 
100 -
101 101  {{/code}}
102 102  
103 103  {{panel bgColor="#F7D6C1"}}
... ... @@ -107,9 +107,9 @@
107 107  {{/panel}}
108 108  
109 109  1. The way to start it depends on the version. The current way is to go to the Web Settings in Server Admin, Settings, General, check the Tomcat checkbox. Restart the WebServer.&nbsp;
110 -1. {{color value="#003366"}}[{{/color}}{{color value="#003366"}}Download Hudson{{/color}}http:~/~/hudson-ci.org/latest/hudson.war, saving&nbsp;##hudson.war##&nbsp;somewhere for later.
107 +1. {{color value="#003366"}}[{{/color}}Download Hudson{{color}}|http://hudson-ci.org/latest/hudson.war]{{/color}}, saving&nbsp;##hudson.war##&nbsp;somewhere for later.
111 111  1. Create a folder for Hudson to work in:&nbsp;##/Library/hudson##
112 -1. Change ownership of that folder:&nbsp;##chown appserver:sys /Library/Hudson##
109 +1. Change ownership of that folder:&nbsp;##chown appserver:_appserver /Library/Hudson##
113 113  1. Add the following to&nbsp;##/Library/Tomcat/bin/setenv.sh##:
114 114  
115 115  {{noformat}}
... ... @@ -119,10 +119,12 @@
119 119  
120 120  {{/noformat}}
121 121  
119 +{{color value="#000000"}}
122 122  &nbsp;
121 +{{/color}}
123 123  
124 -1. Install Hudson in Tomcat: go to&nbsp;{{color value="#003366"}}[{{/color}}{{color value="#003366"}}http://localhost:8080{{/color}}http:~/~/localhost:8080, login with the user and password that you have created in&nbsp;##tomcat-users.xml##, and upload&nbsp;##hudson.war##&nbsp;to the Tomcat server.
125 - Goto&nbsp;http:~/~/localhost:8080/hudsonhttp:~/~/localhost:8080/hudson&nbsp;and you can start configuring your Hudson build server.
123 +1. Install Hudson in Tomcat: go to&nbsp;{{color value="#003366"}}[{{/color}}http:~/~/localhost:8080{{color}}|http://localhost:8080]{{/color}}, login with the user and password that you have created in&nbsp;##tomcat-users.xml##, and upload&nbsp;##hudson.war##&nbsp;to the Tomcat server.
124 +1. Goto&nbsp;{{color value="#003366"}}[{{/color}}http:~/~/localhost:8080/hudson{{color}}|http://localhost:8080/hudson]{{/color}}&nbsp;and you can start configuring your Hudson build server.
126 126  
127 127  == Building WO Apps ==
128 128