aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat7
Commit message (Collapse)AuthorAgeFilesLines
* Complete overhaul of RC script:Alex Dupre2012-03-262-148/+81
| | | | | | | | | | | | | | | | | - allow multiple instances of tomcat to be run with different settings [symlink the RC script with a different $(name) and set at least $(name)_catalina_base in rc.conf] - use 'jsvc' to start/stop the process, with the following pros: - allow log rotation with newsyslog (signal SIGUSR1) - allow to bind to reserved ports (< 1024, like 80 and 443) - the process is automatically restarted if java crashes - simplification of RC script - setup (default) logging in the same way as standard tomcat scripts do Feature safe: yes Notes: svn path=/head/; revision=293851
* Update to 7.0.26 release.Alex Dupre2012-02-222-3/+3
| | | | Notes: svn path=/head/; revision=292049
* Update to 7.0.25 release.Alex Dupre2012-02-023-4/+4
| | | | Notes: svn path=/head/; revision=290308
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Update to 7.0.23 release.Alex Dupre2011-12-123-3/+4
| | | | Notes: svn path=/head/; revision=287240
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 7.0.22 release.Alex Dupre2011-10-072-4/+3
| | | | Notes: svn path=/head/; revision=283102
* Fix rc.d script.Alex Dupre2011-09-062-2/+2
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=281323
* Update to 7.0.21 release.Alex Dupre2011-09-052-3/+3
| | | | Notes: svn path=/head/; revision=281207
* Update to 7.0.20 release.Alex Dupre2011-08-123-5/+3
| | | | Notes: svn path=/head/; revision=279541
* Update to 7.0.19 release.Alex Dupre2011-08-103-5/+6
| | | | Notes: svn path=/head/; revision=279451
* Add the ability to specify a different logger.Alex Dupre2011-07-062-13/+6
| | | | | | | | | | | | The tomcat7_stdout/stderr_log parameters have been replaced by tomcat7_catalina_log Use catalina.out as default log file and bump PORTREVISION. PR: ports/158350 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=277174
* Update to 7.0.16 release.Alex Dupre2011-06-212-3/+3
| | | | Notes: svn path=/head/; revision=275977
* - Rename CONF_FILES to avoid conflict with incoming featureChris Rees2011-06-121-3/+3
| | | | | | | | PR: 157166 Approved by: rene (mentor), ale (maintainer timeout, 25 days) Notes: svn path=/head/; revision=275441
* Update to 7.0.14 release.Alex Dupre2011-05-262-3/+3
| | | | Notes: svn path=/head/; revision=274693
* Update to 7.0.12 release.Alex Dupre2011-05-043-13/+15
| | | | Notes: svn path=/head/; revision=273617
* Update to 7.0.6 stable release.Alex Dupre2011-01-252-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268231
* Fix plist.Alex Dupre2011-01-102-1/+16
| | | | Notes: svn path=/head/; revision=267607
* Update to 7.0.5 release.Alex Dupre2011-01-102-4/+6
| | | | | | | Add LICENSE. Notes: svn path=/head/; revision=267603
* Update to 7.0.4 release.Alex Dupre2010-10-264-9/+17
| | | | Notes: svn path=/head/; revision=263606
* Update to 7.0.2 release and simplify the port.Alex Dupre2010-08-248-344/+274
| | | | Notes: svn path=/head/; revision=259904
* Update to 6.0.29 release and implement "status" and "poll" rc commands.Alex Dupre2010-07-263-11/+27
| | | | Notes: svn path=/head/; revision=258273
* Update to 6.0.28 release.Alex Dupre2010-07-163-7/+7
| | | | | | | | PR: ports/148642 Submitted by: L Pacey <lpfreebsd@gmail.com> Notes: svn path=/head/; revision=257843
* Update to 6.0.26 release.Alex Dupre2010-04-253-6/+7
| | | | Notes: svn path=/head/; revision=253201
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 6.0.24 release [1]Alex Dupre2010-03-013-13/+30
| | | | | | | | | | | - Fix rc.d stop script [2] PR: ports/144274 [1], ports/140015 [2] Submitted by: wen [1], Christer Solskogen <christer.solskogen@gmail.com> [2] Feature safe: yes Notes: svn path=/head/; revision=250460
* Take maintainership.Alex Dupre2009-12-162-1/+4
| | | | Notes: svn path=/head/; revision=245996
* Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no responseMark Linimon2009-12-161-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=245973
* Really fix shutdown script on all FreeBSD releases.Alex Dupre2009-07-292-11/+2
| | | | Notes: svn path=/head/; revision=238634
* Fix endorsed dir.Alex Dupre2009-07-291-2/+2
| | | | Notes: svn path=/head/; revision=238632
* Update to 6.0.20 release:Alex Dupre2009-07-297-776/+622
| | | | | | | | | | | | | | | | | - fix rc.d script on shutdown - fix package creation - keep modified config files on deinstall - other small enhancements and bugfixes I'll take maintainership on September if nemoliu will not ping. PR: ports/129411, ports/136727 Submitted by: Jonathan Chen <jonc@chen.org.nz>, Mike Jakubik <mikej@rogers.com> Approved by: maintainer timeout (months) Notes: svn path=/head/; revision=238618
* - Fix for recursive permission correctionTong LIU2008-12-301-1/+1
| | | | | | | | PR: 129544 Submitted by: Martin <nakal@web.de> Notes: svn path=/head/; revision=224972
* - Update to 6.0.18Tong LIU2008-12-093-680/+671
| | | | | | | - Change maintainer Notes: svn path=/head/; revision=224016
* Reset nemoliu due to maintainer-timeouts and no response to email.Mark Linimon2008-12-081-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=223984
* - update to 6.0.16Tong LIU2008-06-233-6/+7
| | | | | | | | PR: ports/124565 Submitted by: Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=215595
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix problems with the "status" command in the wrapper script when the daemonAlejandro Pulver2007-09-301-1/+4
| | | | | | | | | | | | is not started. PR: ports/116729 Submitted by: alepulver (myself) Approved by: "Tong Liu" <nemoliu@gmail.com> (maintainer of tomcat{41,6}), Tomas Verbaitis <tomasv@megalogika.lt> (maintainer of tomcat55) Notes: svn path=/head/; revision=200485
* - update to 6.0.14Tong LIU2007-08-213-5/+71
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=197999
* - update to 6.0.13Tong LIU2007-07-254-15/+26
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=196237
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use my @FreeBSD.org address.Tong LIU2007-04-301-2/+2
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=191183
* - Update to 6.0.10Pav Lucistnik2007-03-242-4/+4
| | | | | | | | PR: ports/110762 Submitted by: Nemo Liu <nemoliu@gmail.com> (maintainer) Notes: svn path=/head/; revision=188179
* Add tomcat 6.0.9, Apache Tomcat is a web server written in 100% Pure Java.Xin LI2007-02-187-1037/+599
| | | | | | | | | | | | | | | | Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web app -lications and web services. Homepage: http://tomcat.apache.org Submitted by: Nemo Liu <nemoliu at gmail dot com> (with some good bits from Michael Pope <ws10@dtcorp.com.au> [1]) PR: ports/109166, ports/109187 Repocopy by: marcus (from www/tomcat55) Notes: svn path=/head/; revision=185432
* Update to 5.5.20.Sam Lawrance2006-11-012-8/+7
| | | | | | | | PR: ports/104459 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> Notes: svn path=/head/; revision=176043
* - Work around an inability of rc.subr's _find_processes() to work withPav Lucistnik2006-09-082-2/+3
| | | | | | | | processes that show as [java] on ps output. This should fix the rc script stop action for all folks. Notes: svn path=/head/; revision=172557
* Reset maintainerHerve Quiroz2006-09-061-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=172433
* Update to 5.5.17Herve Quiroz2006-07-033-15/+17
| | | | | | | | | PR: 98581 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=166821
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Make sure the rc script creates and chowns the PID file before runningSam Lawrance2006-02-082-8/+9
| | | | | | | | | | | | | 'daemon'. No need for the port to create a PID file at install time (it would just be eaten by rc.d/cleanvar anyway). - Use 'ps -o comm' to grab a suitable procname. 'ps -o command' is not reliable enough. - Bump PORTREVISION since these changes fix broken rc script operation. Approved by: maintainer timeout (as part of previous update) Notes: svn path=/head/; revision=155511