Apache Continuum is a continuous integration tool.
You can download a copy on the official webpage of Apache Continuum:
http://continuum.apache.org/
Or with one of mirrors with this Apache mirrors' page:
http://www.apache.org/dyn/closer.cgi
We will take the apache-continuum-1.4.0-bin.zip version.
It will be installed by the console with the JVM.
And of course, you need a JDK, who do not have it?
I extracted all files, from the .ZIP, in this directory:
C:\soft\apache\continuum-1.4.0.
I suggest to change the port to reach your Continuum application.
To change it, open this file:
C:\soft\apache\continuum-1.4.0\conf\jetty.xml
And at line 69, there will be something like this:
<Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
So I suggest there to change the 8080 port by 8090 for example.
OK, now go in this directory:
C:\soft\apache\continuum-1.4.0
And I write with the cmd tool (or the shell of your choice):
$ .\continuum.bat console
Normally you will have some lines like this:
wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. jvm 1 | jvm 1 | 2011-11-29 17:09:52.010::INFO: Logging to STDERR via org.mortbay.log.StdErrLog jvm 1 | 2011-11-29 17:09:52.139::WARN: Deprecated configuration used for ./apps jvm 1 | 2011-11-29 17:09:52.182::INFO: jetty-6.1.19 jvm 1 | 2011-11-29 17:09:52.744::INFO: No Transaction manager found - if your webapp requires one, please configure one. jvm 1 | 2011-11-29 17:09:53.056:/continuum:INFO: Initializing Spring root WebApplicationContext jvm 1 | 2011-11-29 17:10:06.112::INFO: Opened C:\soft\apache\continuum-1.4.0\logs\2011_11_29.request.log jvm 1 | 2011-11-29 17:10:06.149::INFO: Started SelectChannelConnector@0.0.0.0:8090 jvm 1 | 2011-11-29 17:30:35.820::INFO: seeing JVM BUG(s) - cancelling interestOps==0
If you have no error, then your Jetty server is running and you can reach the address of your Continuum instance:
http://localhost:8090/continuum/
Good job, it is installed!
Add new comment