Changes for page Installing and Configuring Jenkins
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
on 2010/08/18 20:55
Change comment:
There is no comment for this version
To version 108.1
edited by Johan Henselmans
on 2010/08/18 21:03
on 2010/08/18 21:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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. 107 -1. {{color value="#003366"}}[{{/color}}Download Hudson{{color}} |http://hudson-ci.org/latest/hudson.war]{{/color}}, saving ##hudson.war## somewhere for later.110 +1. {{color value="#003366"}}[{{/color}}{{color value="#003366"}}Download Hudson{{/color}}http:~/~/hudson-ci.org/latest/hudson.war, saving ##hudson.war## somewhere for later. 108 108 1. Create a folder for Hudson to work in: ##/Library/hudson## 109 -1. Change ownership of that folder: ##chown appserver: _appserver/Library/Hudson##112 +1. Change ownership of that folder: ##chown appserver:sys /Library/Hudson## 110 110 1. Add the following to ##/Library/Tomcat/bin/setenv.sh##: 111 111 112 112 {{noformat}} ... ... @@ -116,13 +116,28 @@ 116 116 117 117 {{/noformat}} 118 118 119 -{{color value="#000000"}} 120 - 121 -{{/color}} 122 +1. Make sure that you are using UTF8 in the Connector, by adding 122 122 123 -1. Install Hudson in Tomcat: go to {{color value="#003366"}}[{{/color}}http:~/~/localhost:8080{{color}}|http://localhost:8080]{{/color}}, login with the user and password that you have created in ##tomcat-users.xml##, and upload ##hudson.war## to the Tomcat server. 124 -1. Goto {{color value="#003366"}}[{{/color}}http:~/~/localhost:8080/hudson{{color}}|http://localhost:8080/hudson]{{/color}} and you can start configuring your Hudson build server. 124 +{{noformat}} 125 125 126 +URIEncoding="UTF-8" 127 + 128 +{{/noformat}} 129 + 130 +to the Connector in /Library/tomcat/conf/server.xml in such a way: 131 + 132 +{{noformat}} 133 + 134 + <Connector port="8080" protocol="HTTP/1.1" 135 + connectionTimeout="20000" 136 + redirectPort="8443" URIEncoding="UTF-8"/> 137 + 138 +{{/noformat}} 139 + 140 +1. Install Hudson in Tomcat: go to [[http://localhost:8080]], login with the user and password that you have created in tomcat-users.xml, and upload hudson.war to the Tomcat server. 141 + 142 +1. Goto [[http://localhost:8080/hudson]]and you can start configuring your Hudson build server. 143 + 126 126 == Building WO Apps == 127 127 128 128 * Check out [[^setupWorkspace.sh]]