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

From version 53.1
edited by David Avendasora
on 2011/07/07 14:12
Change comment: There is no comment for this version
To version 64.1
edited by David Avendasora
on 2011/07/07 13:44
Change comment: There is no comment for this version

Summary

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 -<Connector port="8080" protocol="HTTP/1.1"
130 + <Connector port="8080" protocol="HTTP/1.1"
131 131   connectionTimeout="20000"
132 132   redirectPort="8443" URIEncoding="UTF-8"/>
133 133