===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2011/12/08 14:09:25 ryoon Exp $
To use jenkins with apache tomcat, you will need to perform the following
steps. Of cource you can run jenkins with builtin winstone web server.
1. Install apache tomcat server, for example apache-tomcat7
# cd www/apache-tomcat7
# make install
2. Set jenkins location to apache tomcat
$ sudo vi ${PREFIX}/share/tomcat/conf/server.xml
Add
in tag
3. Set URI Encoding as UTF-8
$ vi ${PREFIX}/share/tomcat/conf/server.xml
You should have
URIEncoding="UTF-8"
in tag. For example, you should have the following
lines.
4. Start apache tomcat and access http://localhost:8080/jenkins/
===========================================================================