Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 113.1
edited by Johan Henselmans
on 2010/08/18 20:58
on 2010/08/18 20:58
Change comment:
There is no comment for this version
To version 115.1
edited by Johan Henselmans
on 2010/08/18 21:04
on 2010/08/18 21:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -119,11 +119,28 @@ 119 119 120 120 {{/noformat}} 121 121 122 - 122 +1. Make sure that you are using UTF8 in the Connector, by adding 123 123 124 -1. Install Hudson in Tomcat: go to {{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 ##tomcat-users.xml##, and upload ##hudson.war## to the Tomcat server. 125 - Goto http:~/~/localhost:8080/hudsonhttp:~/~/localhost:8080/hudson and you can start configuring your Hudson build server. 124 +{{noformat}} 126 126 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 + 127 127 == Building WO Apps == 128 128 129 129 * Check out [[^setupWorkspace.sh]]