Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/jakarta-tomcat41/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / www / jakarta-tomcat41

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.67
Sat Mar 17 20:54:57 2007 UTC (4 years, 10 months ago) by gabor
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.66: +1 -1 lines
- Update to 4.1.34
- Follow the project name change as it was with tomcat55
- Pass maintainership to submitter

PR:		ports/109424
Submitted by:	Nemo Liu <nemoliu@gmail.com>
Repo-opied by:	marcus

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Sep 8 09:31:07 2006 UTC (5 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- Work around an inability of rc.subr's _find_processes() to work with
  processes that show as [java] on ps output.  This should fix the rc script
  stop action for all folks.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Sep 5 07:06:16 2006 UTC (5 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Reset inactive maintainer who has not responded to email.

Hat:		portmgr

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Feb 8 13:35:17 2006 UTC (6 years ago) by lawrance
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -7 lines
- Make sure the rc script creates and chowns the PID file before running
  '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)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Feb 7 13:40:59 2006 UTC (6 years ago) by lawrance
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Since the procname of tomcat processes may vary due to javavmwrapper,
subvert the 'check_pid_file' procname check by setting it from the output
of 'ps'.

Remove the previous attempt at handling this problem, which was to put
a wildcard in procname.  I'll wear my pointy hat for that bogus hack.

Reported by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Feb 7 08:50:08 2006 UTC (6 years ago) by lawrance
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +36 -88 lines
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.

These changes apply to all ports, unless mentioned otherwise:

- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script.  Fix PID handling.  Improve the
  shutdown process.  Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports.  This allows
  us to pass command line arguments to the JVM.  Noted in UPDATING.
  [1], [3], [4]
- Change ownership of installed files.  All files are now installed
  with default uid/gid (root:wheel) except for those in the conf/, logs/,
  temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary.  rc scripts are more flexible
  and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in.  Add them to
  SUB_FILES.  Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.

PR:		ports/38018 [1], ports/38020 [2], ports/74344 [3],
		ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
		SimpleRezo Team <freebsd@simplerezo.com> [3],
		Anton Yudin <toha@toha.org.ua> [4],
		Jan Grant <jan.grant@bristol.ac.uk> [5],
		lawrance [6]
Approved by:	Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
		Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to:	hq for the initial tomcat55 script
		jasonb on FreeNode #tomcat for packaging advice

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Mar 21 00:08:05 2005 UTC (6 years, 10 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -4 lines
- Fix a patching problem in Tomcat ports
- Add a patch-dependency on jakarta-tomcat4

PR:		79052
Submitted by:	maintainer
Obtained from:	des (for jakarta-tomcat41)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Mar 19 18:44:28 2005 UTC (6 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -1 lines
Remove hardcoded WRKDIRPREFIX.

Proposed by:	des

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Dec 19 04:04:26 2004 UTC (7 years, 1 month ago) by hq
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +59 -44 lines
- Back up config files during deinstall
- Use ECHO_MSG rather than ECHO_CMD

PR:		43565
Submitted by:	maintainer, Brent Verner <brent@rcfile.org>

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Dec 6 02:35:40 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +6 -7 lines
- Update to version 4.1.31 [1]
- Update to bsd.java.mk 2.0 [1]
- Use MASTER_SITE_JAKARTA [1]
- Improved filename of manpage in Makefile [1]
- Added $FreeBSD$ tags where missing

PR:		74705 [1]
Submitted by:	maintainer [1]

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Dec 3 14:20:04 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Assign all Jakarta Tomcat ports to the same maintainer, Kang Liu (already
maintainer of www/jakarta-tomcat5).

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Dec 3 01:01:33 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Reset znerd's ports maintainership:

- All JDK ports (and JDK documentation ports) that were formerly maintained by
  znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
  and xmlenc)
- Everything else is reset to ports@FreeBSD.org

Approved by:	znerd (maintainer)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Apr 3 11:22:22 2004 UTC (7 years, 10 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Set LATEST_LINK to ${APP_SHORTNAME}. LATEST_LINK was
previously already set to jakarta-tomcat[VERSION], but this
was not consistent with the jakarta-tomcat5 port.

PR:		63210
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 8 10:06:07 2004 UTC (7 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Update to Tomcat 4.1.30.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Mar 8 09:50:08 2004 UTC (7 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
Set LATEST_LINK.

Reported by:	kris

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jan 2 12:31:10 2004 UTC (8 years, 1 month ago) by znerd
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Fixed name of PID file in pkg-deinstall.
Bumped PORTREVISION.

PR:		60781
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Nov 27 08:35:02 2003 UTC (8 years, 2 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Fixed the MASTER_SITES.

Approved by:	portmgr (adamw)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Nov 21 12:14:02 2003 UTC (8 years, 2 months ago) by znerd
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Fix last commit. PORTVERSION should be 4.1.29, not 4.1.27.

Noticed by:	ve@hardcore.lt

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Nov 13 12:54:55 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Aug 11 11:00:04 2003 UTC (8 years, 6 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -2 lines
Update to 4.1.27.

Tomcat 4.1.27 includes security fixes for:
. improper recycling of SSL client certificates with Coyote JK 2
. improper handling of invalid content lengths in requests, causing
  HTTP processors to be left in an invalid state in Coyote HTTP/1.1,
  causing a DoS condition
. URI normalization bug in Coyote
. improper handling of certain URLs in Coyote JK 2, causing a DoS
  condition

PR:		55362
Submitted by:	Kang Liu <lazykang@hotmail.com>

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Mar 27 07:35:34 2003 UTC (8 years, 10 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
Upgrade to 4.1.24.

PR:		50241
Requested by:	Tony Harverson <Tony@epages.net>
		Jason Jenkins <socrates73@hotmail.com>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:12:39 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jan 3 14:03:31 2003 UTC (9 years, 1 month ago) by znerd
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -2 lines
Update to 4.1.18.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Oct 9 23:10:32 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
The fix consists of 2 lines at the beginning of the program:

	setuid(geteuid());
	setgid(getegid());

Bumped PORTREVISION of Orion, Tomcat and JBoss ports.

PR:		40470, 43679
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by:	audit
Approved by:	Silence on -audit (since Sept 13, 2002)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 9 22:37:51 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Changed target installation directory so it does not include
the minor version number anymore.

Bumped PORTREVISION.

PR:		43565
Requested by:	Andrew Gerweck <andy@gerweck.dyndns.org>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 30 12:40:59 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Security fix: Upgrade to 4.1.12.

PR:	43504

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Sep 11 13:49:19 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Upgrade to Tomcat 4.1.10 (stable).

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 3 09:47:01 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -8 lines
New port: Jakarta Tomcat 4.1. This port is based on the Tomcat 4
port.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Aug 10 10:42:48 2002 UTC (9 years, 6 months ago) by znerd
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.

PR:		39593

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 25 15:12:50 2002 UTC (9 years, 7 months ago) by znerd
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Improved the post-installation message.

Requested by:	phantom

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 24 07:17:40 2002 UTC (9 years, 7 months ago) by znerd
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -3 lines
Upgrade to Tomcat 4.0.4.

For release notes, see:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/RELEASE-NOTES

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 8 22:00:04 2002 UTC (9 years, 9 months ago) by znerd
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed May 8 21:54:05 2002 UTC (9 years, 9 months ago) by znerd
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Improved the startup script. Always displaying a space first
before the name of the application being started/stopped. The
advantage is that if there is an error, then the message will
have a space prepended instead of being appended to the previous
application name.
When the application is 'stop'ped, the error messages, if any,
are now hidden. Instead the name of the application is just
shown.
Bumped PORTREVISION.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:34:42 2002 UTC (9 years, 9 months ago) by znerd
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +13 -12 lines
Now using generic startup.sh and daemonctl.c that will be
shared among other ports, like www/orion, www/jboss2 and
www/jakarta-tomcat3.

Now displaying installation settings in pre-patch phase.
Customizing files using ${SED} in post-patch phase.

Furthermore some small changes to promote consistency and
genericity. I'm attempting to make the result of

   $ diff -ruN --exclude=CVS jakarta-tomcat3 jakarta-tomcat4

as small as possible.

Bumped PORTREVISION to help portupgrade in doing what it
does best ;)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 8 21:50:23 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1 lines
Daemon control program now checks if process is really
terminated. If not, it will send the process a SIGKILL
after a certain time-out period. The time-out can be
passed to the port Makefile as a parameter.

Improved documentation a bit here and there.

Added some explicit casts to make lint(1) a bit
happier :-)

Applied some refactoring here and there. Moved some
functionality into a new function 'existsProcess'.

Slightly changed the output of the program.

Bumped PORTREVISION.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 8 19:19:31 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Made the daemon control program less verbose.
Bumped PORTREVISION.

Prompted by:	Kees Jan Koster <K.J.Koster@kpn.com>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Apr 6 20:16:21 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Now installs the shell scripts as well. They were previously
not installed because there was the control program tomcat4ctl
already. For some instances, however, tomcat4ctl is not
powerful enough. For instance when setting up multiple
instances of Tomcat, see
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt.

Also added tools.jar to pkg-plist. It should have been added
previously.

Bumped PORTREVISION.

Prompted by:	Gavin Cameron <gavin@itworks.com.au>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 4 22:48:18 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Fixed a problem where the extracted files would
sometimes (?) be looked for in the directory
'work/work' instead of just 'work'.
Bumped PORTREVISION.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Apr 4 22:03:26 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -1 lines
Creating symlink to tools.jar. Bumped PORTREVISION.

Prompted by:	Calvin NG <calvinng@brel.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Apr 3 21:28:50 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Minor cleanup.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Apr 3 20:42:07 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
Now checking for the Java VM too in the control
program. Bumped PORTREVISION.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 3 19:49:24 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +19 -17 lines
Little generalization and cleanup. Nothing
spectacular. Not bumped PORTREVISION.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 1 22:01:22 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +23 -14 lines
Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3
branch has moved to www/jakarta-tomcat3.

PR:	31096, 32022

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 30 21:08:55 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Changed a message to make it more generic.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 30 19:53:17 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
Replacing the man page title (in capitals) in order
to make the man page fully generic for jakarta-tomcat,
jakarta-tomcat4, orion and possibly others.

PORTREVISION is not bumped, since the resulting man
page is exactly the same.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 30 18:51:01 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Now replacing STARTUP_SCRIPT in man page. Bumped PORTREVISION again.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Mar 30 18:42:23 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Stopping the server from pkg-deinstall. Applying
replacements to server.xml. Bumped PORTREVISION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 30 18:15:21 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Removed reference to workers.properties since it no
longer exists. Bumped PORTREVISION.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Mar 30 16:45:40 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -4 lines
Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.
Bumped PORTREVISION.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Mar 30 14:51:12 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +99 -79 lines
Lot of changes: Using USE_JAVA infrastructure. Upgraded port
to 3.3.1. Using HTTP_PORT i.s.o. LISTEN_PORT. Using
daemonctl.c i.s.o. tomcatctl shell script. Displaying steps
i.s.o. commands being executed. Synced man page.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 21 20:31:20 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1 lines
Fixed the man page for tomcatctl.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 21 20:06:55 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +27 -29 lines
Cleaned things up. Made things working :-) Both the startup script
in ${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have
been refactored and now actually work very well.

Using the 'www' user and group, creating them if they don't exist.
I've used the same approach as www/apache13.

STDOUT_LOG and STDERR_LOG are now fixed (no ?= anymore) since the
package deinstall does not support a different location.

This fixes the first half of PR 28624.
See: http://www.freebsd.org/cgi/query-pr.cgi?pr=34931

Reported by:	Kees Jan Koster <k.j.koster@kpn.com>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 21 11:03:08 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
Upgraded from Jakarta 3.2.3 to 3.2.4.
Not using DIST_SUBDIR anymore.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 19 13:52:30 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Reverting changes. Accidentally committed *all* changes in my working copy, instead of only removing the second APP_TITLE. Bumped the PORTREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 19 08:20:38 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -10 lines
APP_TITLE was set twice.

Reported by: Kimura Fuyuki <fuyuki@mj.0038.net>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 4 13:38:25 2002 UTC (10 years ago) by znerd
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +111 -11 lines
A lot of changes:
* Bumped PORTREVISION
* Now displays installation settings
* Now possible to choose JDK. By default uses FreeBSD JDK 1.3.1 (instead of FreeBSD JDK 1.1.8)
* Does not depend on pinstall anymore
* Now possible to change TOMCAT_HOME. By default uses /jakarta-tomcat-3.2.3 (instead of /tomcat)
* Now possible to change LISTEN_PORT. Default is 8080 (unchanged)
* Added support for running Tomcat as a different user/group. By default a new user 'tomcat' and a new group 'tomcat' are created and used
* A 'tomcatctl' script is installed in /usr/local/bin/, which uses interprocess communication to start/stop/restart Tomcat
* Option is added for automatically starting Tomcat after install (AUTO_START). By default Tomcat is started right away
* Appends stdout and stderr to log files
* Uses a numeric prefix for the script in /etc/rc.d (now by default 020.jakarta-tomcat.sh instead of tomcat.sh)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 29 12:08:28 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 23 17:08:42 2001 UTC (10 years, 2 months ago) by dirk
Branches: MAIN
CVS tags: old_old_RELEASE_4_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Give maintainership to znerd.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 1 21:01:46 2001 UTC (10 years, 4 months ago) by mharo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
MASTER_SITE moved

Approved by: maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 5 09:37:23 2001 UTC (10 years, 6 months ago) by dirk
Branches: MAIN
CVS tags: old_old_RELEASE_4_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
Upgrade to 3.2.3.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 21 08:05:37 2001 UTC (10 years, 8 months ago) by dirk
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -3 lines
- provide startup script
- log tomcat messages to a file (logs/tomcat.log)
- fix plist

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 20 17:10:56 2001 UTC (10 years, 8 months ago) by dirk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Give jakarta-tomcat a chance of working with mod_jk.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 8 13:09:03 2001 UTC (10 years, 10 months ago) by dirk
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4 lines
Upgrade to 3.2.1.

PR:		ports/26027
Submitted by:	Michael Lyngbøl <michael@lyngbol.dk>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 8 12:00:16 2001 UTC (10 years, 10 months ago) by dirk
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Overtake maintainership.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 7 17:05:22 2001 UTC (10 years, 10 months ago) by des
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
It ain't me.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 14 00:07:47 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
javac is in a jdk version specific directory, not ${LOCALBASE}/bin, so
spell it out.

Submitted by:	bento

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 21 14:44:26 2000 UTC (11 years, 3 months ago) by des
Branches: MAIN
The Apache Project's Jakarta Tomcat web server.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options