Archive for the ‘JAVA’ Category

September 30, 2010 1

Window Java Build server

By in JAVA

Creating a Java build server on windows Technologies used. SVN – Version Control. Apache httpd server – Serve contents Java – Required to build java projects (duh), needed by nexus, tomcat and maven. Tomcat – Required to run Hudson (note Hudson will work on other application containers, tomcat is my container of choice) mod_jk – [...]