Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 97.1
edited by David Avendasora
on 2009/06/18 13:29
on 2009/06/18 13:29
Change comment:
There is no comment for this version
To version 100.1
edited by fcobia
on 2009/10/22 10:37
on 2009/10/22 10:37
Change comment:
Additional command line option for Hudson
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.fcobia - Content
-
... ... @@ -20,7 +20,16 @@ 20 20 21 21 {{/code}} 22 22 23 -1. Point your browser to: http:~/~/localhost:8080/hudson 23 +{{info}} 24 + 25 +If you have an instance of tomcat or AJP running in a different process you can also use the -httpPort= and --ajp13Port= options to change the ports used. 26 +{code} 27 +java -DHUDSON_HOME=/Developer/Hudson/Home -jar /Developer/Hudson/hudson.war -httpPort=9080 --ajp13Port=9009 28 +{code} 29 + 30 +{{/info}} 31 + 32 +1. Point your browser to: http:~/~/localhost:8080/ 24 24 1. Start setting up jobs! 25 25 26 26 === Servlet Container Installation ===