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

From version 94.1
edited by Pascal Robert
on 2009/07/03 13:12
Change comment: There is no comment for this version
To version 101.1
edited by fcobia
on 2009/10/22 10:37
Change comment: Additional command line option for Hudson

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.fcobia
Content
... ... @@ -16,11 +16,20 @@
16 16  
17 17  {{code}}
18 18  
19 -java -DHUDSON_HOME=/Developer/Hudson/Home -jar /Developer/Hudson/hudson.war &
19 +java -DHUDSON_HOME=/Developer/Hudson/Home -jar /Developer/Hudson/hudson.war
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 ===