diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2009-06-13 22:40:27 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2009-06-13 22:40:27 +0000 |
commit | b718abb44d5e98c1bb6e6615a8bb97924fed57bf (patch) | |
tree | 1766b91c56c93a4ba87e0a385d4c761ab4ffffc7 /UPDATING | |
parent | 9972fd5939ee38c73033c7c406125123923e6155 (diff) | |
download | ports-b718abb44d5e98c1bb6e6615a8bb97924fed57bf.tar.gz ports-b718abb44d5e98c1bb6e6615a8bb97924fed57bf.zip |
www/hudson is now running as a standalone process and no longer relies on
www/tomcat6
Notes
Notes:
svn path=/head/; revision=235784
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090613: + AFFECTS: users of www/hudson + AUTHOR: hq@FreeBSD.org + + Hudson is now running as a standalone process and no longer relies on Apache + Tomcat. As such, it should now be configured by defining hudson_* variables + in rc.conf. See comments from rc.d script for further details. + + The default setup is using the same port numbers and HTTP URL prefix as + before in order to reduce the effort of upgrading the port. Hence, it may + conflict with some running Apache Tomcat instance. To fix this problem, you + may either de-install www/tomcat6 or use the following settings in hudson_args + from /etc/rc.conf: + + --httpPort=??? --ajp13Port=??? + 20090611: AFFECTS: users of www/apache22 AUTHOR: pgollucci@FreeBSD.org |