Port details |
- jakarta-tomcat55 Open-source Java web server by Apache, 5.5.x branch
- 5.5.12 www
=3 5.5.12Version of this port present on the latest quarterly branch. - Maintainer: liukang@cn.freebsd.org
 - Port Added: 2005-06-13 14:09:48
- Last Update: 2006-02-07 08:50:10
- SVN Revision: UNKNOWN
- People watching this port, also watch:: eclipse
- Also Listed In: java
- License: not specified in port
- WWW:
- http://tomcat.apache.org/
- Description:
- Jakarta 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/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- jakarta-tomcat>0:www/jakarta-tomcat55
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-tomcat
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/jdk14
- rc.subr : sysutils/rc_subr
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.12 07 Feb 2006 08:50:10
 |
lawrance  |
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. (Only the first 15 lines of the commit message are shown above ) |
5.5.12 27 Dec 2005 16:12:35
 |
hq  |
Fix build when using Java 1.4: the compatibility distfile was wrong
PR: 90913
Submitted by: maintainer, lesi
Reported by: Yamamoto Takao <takao@oakat.org>,
Ion-Mihai Tetcu <itetcu@people.tecnik93.com> |
5.5.12 24 Dec 2005 03:43:37
 |
hq  |
Update maintainer address
Requested by: maintainer |
5.5.12 24 Dec 2005 03:20:30
 |
hq  |
- Update to 5.5.12
- Add SHA256 info
- Update WWW
PR: 90380
Submitted by: maintainer |
5.5.9 29 Sep 2005 15:08:23
 |
hq  |
- Allow user to specify a Tomcat deamon user/group through TOMCAT_USER and
TOMCAT_GROUP (www/www by default)
- Make it possible to add user/group even if UID/GID number is reserved
PR: 85761
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Approved by: maintainer |
5.5.9 14 Sep 2005 12:30:23
 |
hq  |
Run 'load_rc_config' command earlier in the rcNG launcher script
PR: 86032
Submitted by: Julio C. Perera R. <jcperera@azul.gl> |
5.5.9 06 Sep 2005 03:23:45
 |
hq  |
Install ${PREFIX}/bin/tomcat55ctl even if rcNG script does not make use of it.
This should help users that are used to it.
As a side effect, this change will also fix the packing list.
Reported by: pointyhat via kris |
5.5.9 02 Sep 2005 12:45:34
 |
hq  |
- New RCng stratup script with no use of tomcat55ctl. Several extra flags are
provided to customize the behavior of the Tomcat process. See the header of
the script for further information.
- Fix permission issue with ${STDOUT_LOG} and ${STDERR_LOG}
PR: 38018 [1], 38020 [2], 59571 [3], 74344 [4], 75143 [5]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
ve <ve@hardcore.lt> [3],
SimpleRezo Team <freebsd@simplerezo.com> [4],
Anton Yudin <toha@toha.org.ua> [5]
Discussed on: freebsd-java@
Reviewed by: Jan Grant <Jan.Grant@bristol.ac.uk>
Approved by: maintainer timeout |
5.5.9 25 Jul 2005 16:10:34
 |
hq  |
Allow the port to build/install/run with Java 1.4
PR: 81458
Submitted by: Scott Balmos <scott.balmos@utoledo.edu>
Approved by: maintainer timeout |
5.5.9 13 Jun 2005 14:08:34
 |
hq  |
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) |