summaryrefslogtreecommitdiff
path: root/www/tomcat41 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.27.Ernst de Haan2003-08-113-1460/+1472
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=86753
* Upgrade to 4.1.24.Ernst de Haan2003-03-273-63/+134
| | | | | | | | | PR: 50241 Requested by: Tony Harverson <Tony@epages.net> Jason Jenkins <socrates73@hotmail.com> Notes: svn path=/head/; revision=77518
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 4.1.18.Ernst de Haan2003-01-034-809/+1273
| | | | Notes: svn path=/head/; revision=72407
* Improved description.Ernst de Haan2002-10-152-4/+4
| | | | | | | | PR: 44102 Requested by: Liu Kang <lazykang@hotmail.com> Notes: svn path=/head/; revision=68117
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-091-1/+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) Notes: svn path=/head/; revision=67721
* Changed target installation directory so it does not includeErnst de Haan2002-10-091-1/+2
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* Security fix: Upgrade to 4.1.12.Ernst de Haan2002-09-303-993/+1034
| | | | | | | PR: 43504 Notes: svn path=/head/; revision=67267
* Upgrade to Tomcat 4.1.10 (stable).Ernst de Haan2002-09-112-3/+3
| | | | Notes: svn path=/head/; revision=66130
* New port: Jakarta Tomcat 4.1. This port is based on the Tomcat 4Ernst de Haan2002-09-039-1696/+1069
| | | | | | | port. Notes: svn path=/head/; revision=65553
* Reverting to revision 1.7. This change should first be audited byErnst de Haan2002-08-281-4/+1
| | | | | | | | | audit@ since it may be bypassing security restrictions. Pointed out by: kris Notes: svn path=/head/; revision=65197
* Executing setuid(geteuid()) to fix SUID. At the moment SUID doesErnst de Haan2002-08-281-1/+4
| | | | | | | | | | not work. Submitted by: Ari Suutari <ari.suutari@syncrontech.com> See: http://www.geocrawler.com/mail/msg.php3?msg_id=9029840&list=162 Notes: svn path=/head/; revision=65167
* Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.Ernst de Haan2002-08-281-2/+2
| | | | | | | Submitted by: Dan Hulme <dan_256@yahoo.com> Notes: svn path=/head/; revision=65166
* Changed WRKDIR definition. It is changed fromErnst de Haan2002-08-101-1/+1
| | | | | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Notes: svn path=/head/; revision=64325
* Improved the post-installation message.Ernst de Haan2002-06-251-1/+1
| | | | | | | Requested by: phantom Notes: svn path=/head/; revision=61955
* Upgrade to Tomcat 4.0.4.Ernst de Haan2002-06-243-7/+10
| | | | | | | | For release notes, see: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/RELEASE-NOTES Notes: svn path=/head/; revision=61870
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-082-2/+12
| | | | | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION. Notes: svn path=/head/; revision=58756
* Improved the startup script. Always displaying a space firstErnst de Haan2002-05-082-3/+5
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=58755
* Now using generic startup.sh and daemonctl.c that will beErnst de Haan2002-04-153-119/+13
| | | | | | | | | | | | | | | | | | | | | 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 ;) Notes: svn path=/head/; revision=57735
* Daemon control program now checks if process is reallyErnst de Haan2002-04-082-21/+94
| | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=57470
* Made the daemon control program less verbose.Ernst de Haan2002-04-082-12/+7
| | | | | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com> Notes: svn path=/head/; revision=57462
* Now installs the shell scripts as well. They were previouslyErnst de Haan2002-04-062-2/+11
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=57386
* Improved package comment (IMO).Ernst de Haan2002-04-041-1/+1
| | | | Notes: svn path=/head/; revision=57330
* Fixed a problem where the extracted files wouldErnst de Haan2002-04-041-2/+2
| | | | | | | | | sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION. Notes: svn path=/head/; revision=57329
* Creating symlink to tools.jar. Bumped PORTREVISION.Ernst de Haan2002-04-041-1/+5
| | | | | | | Prompted by: Calvin NG <calvinng@brel.com> Notes: svn path=/head/; revision=57328
* Minor cleanup.Ernst de Haan2002-04-031-1/+1
| | | | Notes: svn path=/head/; revision=57284
* Now checking for the Java VM too in the controlErnst de Haan2002-04-032-3/+44
| | | | | | | program. Bumped PORTREVISION. Notes: svn path=/head/; revision=57271
* Little generalization and cleanup. NothingErnst de Haan2002-04-032-33/+21
| | | | | | | spectacular. Not bumped PORTREVISION. Notes: svn path=/head/; revision=57268
* Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3Ernst de Haan2002-04-015-219/+1126
| | | | | | | | | branch has moved to www/jakarta-tomcat3. PR: 31096, 32022 Notes: svn path=/head/; revision=57160
* Changed a message to make it more generic.Ernst de Haan2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56988
* Replacing the man page title (in capitals) in orderErnst de Haan2002-03-303-2/+4
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=56986
* Now replacing STARTUP_SCRIPT in man page. Bumped PORTREVISION again.Ernst de Haan2002-03-301-1/+2
| | | | Notes: svn path=/head/; revision=56976
* Stopping the server from pkg-deinstall. ApplyingErnst de Haan2002-03-302-9/+34
| | | | | | | replacements to server.xml. Bumped PORTREVISION. Notes: svn path=/head/; revision=56973
* Removed reference to workers.properties since it noErnst de Haan2002-03-301-2/+1
| | | | | | | longer exists. Bumped PORTREVISION. Notes: svn path=/head/; revision=56967
* Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.Ernst de Haan2002-03-301-4/+2
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=56962
* Lot of changes: Using USE_JAVA infrastructure. Upgraded portErnst de Haan2002-03-3011-691/+728
| | | | | | | | | 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. Notes: svn path=/head/; revision=56959
* Now sets the CLASSPATH *after* JAVA_HOME is determined.Ernst de Haan2002-02-251-3/+3
| | | | | | | Reported by: Clive Lin <clive@tongi.org> Notes: svn path=/head/; revision=55219
* Fixed the man page for tomcatctl.Ernst de Haan2002-02-213-117/+54
| | | | Notes: svn path=/head/; revision=55056
* Checks for the existence of a 'www' user and group. Forgot to addErnst de Haan2002-02-211-0/+46
| | | | | | | this file during the last commit. :-\ Notes: svn path=/head/; revision=55053
* Cleaned things up. Made things working :-) Both the startup scriptErnst de Haan2002-02-216-100/+147
| | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=55052
* Upgraded from Jakarta 3.2.3 to 3.2.4.Ernst de Haan2002-02-213-6/+4
| | | | | | | Not using DIST_SUBDIR anymore. Notes: svn path=/head/; revision=55030
* Added bin/tomcatctl.Ernst de Haan2002-02-211-0/+1
| | | | Notes: svn path=/head/; revision=55027
* Startup script to be installed in ${PREFIX}/etc/rc.d/.Ernst de Haan2002-02-212-0/+48
| | | | Notes: svn path=/head/; revision=55026
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵Ernst de Haan2002-02-192-96/+48
| | | | | | | instead of only removing the second APP_TITLE from the Makefile. Notes: svn path=/head/; revision=54912
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵Ernst de Haan2002-02-191-1/+1
| | | | | | | instead of only removing the second APP_TITLE. Bumped the PORTREVISION. Notes: svn path=/head/; revision=54911
* APP_TITLE was set twice.Ernst de Haan2002-02-193-58/+112
| | | | | | | Reported by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=54886
* Fixed control script name. It's 020.jakarta-tomcat.sh.Ernst de Haan2002-02-041-1/+1
| | | | | | | Reported by: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Notes: svn path=/head/; revision=54206
* Run when deinstalling Tomcat. It will stop Tomcat, if it is running.Ernst de Haan2002-02-041-0/+8
| | | | Notes: svn path=/head/; revision=54205
* Now using tomcatctl instead of tomcat.shErnst de Haan2002-02-041-25/+0
| | | | Notes: svn path=/head/; revision=54204
* A new tomcatctl control script, installed in /bin.Ernst de Haan2002-02-043-0/+291
| | | | Notes: svn path=/head/; revision=54203