Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 64.1
edited by David Avendasora
on 2011/07/07 13:44
on 2011/07/07 13:44
Change comment:
There is no comment for this version
To version 52.1
edited by David Avendasora
on 2011/07/07 14:12
on 2011/07/07 14:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -113,7 +113,7 @@ 113 113 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. 114 114 1. [[Download Jenkins>>http://mirrors.jenkins-ci.org/war/latest/jenkins.war]], saving ##jenkins.war## somewhere for later. 115 115 1. Create a folder for Jenkins to work in: ##/Library/Jenkins## 116 -1. Change ownership of that folder: ##chown //appserver:sys /Library/Jenkins//##116 +1. Change ownership of that folder: ##chown appserver:sys /Library/Jenkins## 117 117 1. Add the following to ##/Library/Tomcat/bin/setenv.sh##: 118 118 119 119 {{code}} ... ... @@ -127,7 +127,7 @@ 127 127 128 128 {{code value="xml"}} 129 129 130 - 130 +<Connector port="8080" protocol="HTTP/1.1" 131 131 connectionTimeout="20000" 132 132 redirectPort="8443" URIEncoding="UTF-8"/> 133 133