head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	old_RELEASE_6_0_0:1.3
	old_old_RELEASE_5_4_0:1.2
	old_old_RELEASE_4_11_0:1.2
	old_old_RELEASE_5_3_0:1.2
	old_old_RELEASE_4_10_0:1.2
	old_old_RELEASE_5_2_1:1.1
	old_old_RELEASE_5_2_0:1.1
	old_old_RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.01.31.20.07.23;	author svnexp;	state dead;
branches;
next	1.5;

1.5
date	2006.02.07.08.50.09;	author lawrance;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.24.03.20.30;	author hq;	state Exp;
branches;
next	1.3;

1.3
date	2005.06.13.14.08.34;	author hq;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.27.18.16.35;	author znerd;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.13.11.39.38;	author znerd;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311329
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@Apache Tomcat is a web server written in 100% Pure Java.

Tomcat 5.x is the current release of Tomcat, 
and builds upon the Tomcat 3.3 and Tomcat 4.1 codebases. 
The 5.x releases implement the Servlet 2.4 and JSP 2.0 specifications.

Apache Tomcat 5.5 is the current focus of development.
While it supports the same Servlet and JSP Specification versions
as Apache Tomcat 5.0.x, there are significant changes in many areas
under the hood, resulting in improved performance, stability,
and total cost of ownership.

WWW: http://tomcat.apache.org/
@


1.5
log
@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
@
text
@@


1.4
log
@- Update to 5.5.12
- Add SHA256 info
- Update WWW

PR:		90380
Submitted by:	maintainer
@
text
@d1 1
a1 1
Jakarta Tomcat is a web server written in 100% Pure Java.
@


1.3
log
@Update to version 5.5.9: this port is a repocopy of www/jakarta-tomcat5 and it
now tracks the Tomcat 5.5.x branch

PR:		81458
Reported by:	Scott Balmos <scott.balmos@@utoledo.edu>
Submitted by:	Kang Liu <liukang@@bjut.edu.cn> (maintainer)
@
text
@d13 1
a13 1
WWW: http://jakarta.apache.org/tomcat/
@


1.2
log
@Update to 5.0.16.

Submitted by:	maintainer
PR:		60036
@
text
@d7 5
a11 14
Tomcat 5.0.x. Tomcat 5.0 improves on Tomcat 4.1 in many ways, including: 

o Performance optimizations and reduced garbage collection 
o Refactored application deployer, with an optional standalone deployer 
  allowing validation and compilation of a web application before 
  putting it in production 
o Complete server monitoring using JMX and the manager web application 
o Scalability and reliability enhancements 
o Improved Taglibs handling, including advanced pooling and tag plugins 
o Improved platform integration, with native Windows and Unix wrappers 
o Embedding of Tomcat using JMX 
o Enhanced Security Manager support 
o Integrated session clustering 
o Expanded documentation 
@


1.1
log
@New port: Jakarta Tomcat 5.x.
See:
http://jakarta.apache.org/site/news.html#20030804.1
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

PR:		55502
Submitted by:	Kang Liu <lazykang@@hotmail.com>
@
text
@d3 2
a4 2
Tomcat 5.x is the upcoming major release of Tomcat,
and builds upon the Tomcat 3.3 and Tomcat 4.1 codebases.
d7 1
a7 1
Tomcat 5.0.x. Tomcat 5.0 improves on Tomcat 4.1 in many ways, including:
d9 12
a20 13
o Performance optimizations and reduced garbage collection
o Refactored application deployer, 
  with an optional standalone deployer allowing validation
  and compilation of a web application before putting it in production
o Complete server monitoring using JMX and the manager web application
o Scalability and reliability enhancements
o Improved Taglibs handling, including advanced pooling and tag plugins
o Improved platform integration, with native Windows and Unix wrappers
o Embedding of Tomcat using JMX
o Expanded documentation

ATTENTION: Tomcat 5.x is still under development, 
           DO NOT use it in production environment.
@

