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

From version 108.1
edited by Johan Henselmans
on 2010/08/18 21:03
Change comment: There is no comment for this version
To version 110.1
edited by Johan Henselmans
on 2010/08/18 21:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -119,7 +119,7 @@
119 119  
120 120  {{/noformat}}
121 121  
122 -1. Make sure that you are using UTF8 in the Connector, by adding
122 +1. Make sure that you are using UTF8 in the Connector, by adding
123 123  
124 124  {{noformat}}
125 125  
... ... @@ -131,16 +131,15 @@
131 131  
132 132  {{noformat}}
133 133  
134 - <Connector port="8080" protocol="HTTP/1.1"
135 - connectionTimeout="20000"
134 + <Connector port="8080" protocol="HTTP/1.1"
135 + connectionTimeout="20000"
136 136   redirectPort="8443" URIEncoding="UTF-8"/>
137 137  
138 138  {{/noformat}}
139 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.
140 +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.
141 + Goto&nbsp;http:~/~/localhost:8080/hudsonhttp:~/~/localhost:8080/hudson&nbsp;and you can start configuring your Hudson build server.
141 141  
142 -1. Goto [[http://localhost:8080/hudson]]and you can start configuring your Hudson build server.
143 -
144 144  == Building WO Apps ==
145 145  
146 146  * Check out [[^setupWorkspace.sh]]