Table of Contents
기본정보 #
홈페이지#
https://hudson.dev.java.net/
설치하기#
간단한 방법#
hudson 내 자체적으로 웹컨테이너가 내장되어 있어서 일반적인 경우 아래처럼 실행하면 된다.java -jar hudson.war
tomcat 에 설치하기#
대개의 경우 서버에서 hudson만을 사용하는 경우가 적기 때문에 tomcat에 설치하는 경우가 많다. 이럴 경우 다음처럼 하면 된다.- Hudson내 tomcat 설치 페이지 : http://wiki.hudson-ci.org/display/HUDSON/Tomcat
1. CATALINA_OPTS 에 hudson 설치 디렉터리를 지정한다.
CATALINA_OPTS="-DHUDSON_HOME=/path/to/hudson_home/"
2. hudson 유저정보 추가
<role rolename="admin"/> <user username="hudson-admin" password="secret" roles="admin"/>
3. UTF-8 지원 server.xml 파일내 8080 포트를 사용하는 Connector 에 URIEncoding설정을 추가한다.
<Connector port="8080" URIEncoding="UTF-8"/>
tomcat 외 다른 WAS에서 설치방법#
http://wiki.hudson-ci.org/display/HUDSON/Containers
디렉터리구조#
![]() |
Add new attachment
Only authorized users are allowed to upload new attachments.
G’day (anonymous guest)
My Prefs