summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat41 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* A lot of changes:Ernst de Haan2002-02-044-115/+538
| | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=54202
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53960
* Give maintainership to znerd.Dirk Froemberg2001-11-231-1/+1
| | | | Notes: svn path=/head/; revision=50413
* MASTER_SITE movedMichael Haro2001-10-011-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=48322
* Upgrade to 3.2.3.Dirk Froemberg2001-08-054-8/+14
| | | | Notes: svn path=/head/; revision=45830
* - provide startup scriptDirk Froemberg2001-05-214-5/+44
| | | | | | | | - log tomcat messages to a file (logs/tomcat.log) - fix plist Notes: svn path=/head/; revision=42842
* Give jakarta-tomcat a chance of working with mod_jk.Dirk Froemberg2001-05-201-0/+2
| | | | Notes: svn path=/head/; revision=42816
* Give jakarta-tomcat a chance of working with mod_jk.Dirk Froemberg2001-05-201-0/+45
| | | | Notes: svn path=/head/; revision=42815
* Upgrade to 3.2.1.Dirk Froemberg2001-04-083-12/+36
| | | | | | | | PR: ports/26027 Submitted by: Michael Lyngbøl <michael@lyngbol.dk> Notes: svn path=/head/; revision=41062
* Overtake maintainership.Dirk Froemberg2001-04-081-1/+1
| | | | Notes: svn path=/head/; revision=41061
* It ain't me.Dag-Erling Smørgrav2001-04-071-1/+1
| | | | Notes: svn path=/head/; revision=41033
* javac is in a jdk version specific directory, not ${LOCALBASE}/bin, soSatoshi Asami2000-11-141-1/+1
| | | | | | | | | spell it out. Submitted by: bento Notes: svn path=/head/; revision=35107
* Remove some .bat files from packing listDag-Erling Smørgrav2000-10-211-7/+0
| | | | Notes: svn path=/head/; revision=34081
* The Apache Project's Jakarta Tomcat web server.Dag-Erling Smørgrav2000-10-215-0/+108
Notes: svn path=/head/; revision=34073