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

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

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,9 @@
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 -1. {{code value="xml"}}
91 +
92 +{{code value="xml"}}
93 +
92 92  <?xml version='1.0' encoding='utf-8'?>
93 93  <tomcat-users>
94 94   <role rolename="manager"/>
... ... @@ -95,6 +95,7 @@
95 95   <role rolename="admin"/>
96 96   <user username="tomcat" password="tomcat" roles="admin,manager"/>
97 97  </tomcat-users> 
100 +
98 98  {{/code}}
99 99  
100 100  {{panel bgColor="#F7D6C1"}}
... ... @@ -104,9 +104,9 @@
104 104  {{/panel}}
105 105  
106 106  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;
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.
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.
108 108  1. Create a folder for Hudson to work in:&nbsp;##/Library/hudson##
109 -1. Change ownership of that folder:&nbsp;##chown appserver:_appserver /Library/Hudson##
112 +1. Change ownership of that folder:&nbsp;##chown appserver:sys /Library/Hudson##
110 110  1. Add the following to&nbsp;##/Library/Tomcat/bin/setenv.sh##:
111 111  
112 112  {{noformat}}
... ... @@ -116,12 +116,10 @@
116 116  
117 117  {{/noformat}}
118 118  
119 -{{color value="#000000"}}
120 120  &nbsp;
121 -{{/color}}
122 122  
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.
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.
125 125  
126 126  == Building WO Apps ==
127 127