→
how to set up cruisecontrol on windows
More on:
cruisecontrol,
Tue Oct 15 00:30:03 -0600 2009
Here the steps I have followed in order to install and run cruisecontrolas a windows service.
- Download cruisecontrol. I used the version 2.6.2 windows installer.
- Run the installer and check the windows service box.
- You should read the message: "wrapper | CruiseControl Service installed."
- Try to open a browser at the url: http://localhost:8180
- If you see the normal screen of cruisecontrol you have been lucky (not like me) and you are done!.
- ...Otherwise...If you see an error like 500 code open thewrapper.log under the log folder. Check for a message like:
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
proceed with the following item.
- Copy the file tools.jar to <JAVA_HOME>\jre\lib\ext folder. I found this solution here.
- Restart the service, it should be works.
- If still doesn't work... copy the tools.jar also under the folder/lib/ext
blog comments powered by