summaryrefslogtreecommitdiffstats
path: root/www/jakarta-tomcat3
Commit message (Collapse)AuthorAgeFilesLines
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-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)
* Changed target installation directory so it does not includeznerd2002-10-091-2/+2
| | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
* Changed WRKDIR definition. It is changed fromznerd2002-08-101-1/+1
| | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
* Improved the post-installation message.znerd2002-06-251-1/+1
| | | | Requested by: phantom
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-081-1/+1
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* Improved the startup script. Always displaying a space firstznerd2002-05-081-1/+1
| | | | | | | | | | | 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.
* Now using lib/tomcat.jar as JAR file instead of the non-existentznerd2002-05-061-2/+2
| | | | | | | | | lib/tomcat3.jar. This fixes the problems that was introduced in revision 1.30. Bumped PORTREVISION. PR: 37762
* Now using daemonctl.1 and startup.sh from jakarta-tomcat4.znerd2002-04-154-123/+16
| | | | | | | | | | | | | Renamed the control program to tomcat3ctl for consistency with tomcat4ctl. Now displaying installation settings in pre-patch phase. Customizing files using ${SED} in post-patch phase. Also some small changes to promote consistency and genericity. Bumped PORTREVISION.
* Now using daemonctl.c from www/jakarta-tomcat4, since that wasznerd2002-04-101-2/+2
| | | | renamed from www/jakarta-tomcat. Bumped PORTREVISION.
* Daemon control program now checks if process is reallyznerd2002-04-081-1/+4
| | | | | | | | | | | | | | | | | | 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.
* Made the daemon control program less verbose.znerd2002-04-081-1/+1
| | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com>
* Improved package comment (IMO).znerd2002-04-041-1/+1
|
* Fixed a problem where the extracted files wouldznerd2002-04-041-2/+2
| | | | | | sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION.
* Now using daemonctl.c from www/jakarta-tomcat.znerd2002-04-032-395/+18
| | | | Bumped PORTREVISION.
* Changed a message to make it more generic.znerd2002-03-301-1/+1
|
* Replacing the man page title (in capitals) in orderznerd2002-03-302-1/+3
| | | | | | | | 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.
* Now replacing STARTUP_SCRIPT in man page. Bumped PORTREVISION again.znerd2002-03-301-1/+2
|
* Stopping the server from pkg-deinstall. Applyingznerd2002-03-302-9/+34
| | | | replacements to server.xml. Bumped PORTREVISION.
* Removed reference to workers.properties since it noznerd2002-03-301-2/+1
| | | | longer exists. Bumped PORTREVISION.
* Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.znerd2002-03-301-4/+2
| | | | Bumped PORTREVISION.
* Lot of changes: Using USE_JAVA infrastructure. Upgraded portznerd2002-03-309-668/+681
| | | | | | 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.
* Now sets the CLASSPATH *after* JAVA_HOME is determined.znerd2002-02-251-3/+3
| | | | Reported by: Clive Lin <clive@tongi.org>
* Fixed the man page for tomcatctl.znerd2002-02-212-59/+29
|
* Checks for the existence of a 'www' user and group. Forgot to addznerd2002-02-211-0/+46
| | | | this file during the last commit. :-\
* Cleaned things up. Made things working :-) Both the startup scriptznerd2002-02-215-93/+144
| | | | | | | | | | | | | | | | 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>
* Upgraded from Jakarta 3.2.3 to 3.2.4.znerd2002-02-213-6/+4
| | | | Not using DIST_SUBDIR anymore.
* Added bin/tomcatctl.znerd2002-02-211-0/+1
|
* Startup script to be installed in ${PREFIX}/etc/rc.d/.znerd2002-02-211-0/+24
|
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵znerd2002-02-192-96/+48
| | | | instead of only removing the second APP_TITLE from the Makefile.
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵znerd2002-02-191-1/+1
| | | | instead of only removing the second APP_TITLE. Bumped the PORTREVISION.
* APP_TITLE was set twice.znerd2002-02-193-58/+112
| | | | Reported by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Fixed control script name. It's 020.jakarta-tomcat.sh.znerd2002-02-041-1/+1
| | | | Reported by: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Run when deinstalling Tomcat. It will stop Tomcat, if it is running.znerd2002-02-041-0/+8
|
* Now using tomcatctl instead of tomcat.shznerd2002-02-041-25/+0
|
* A new tomcatctl control script, installed in /bin.znerd2002-02-042-0/+195
|
* A lot of changes:znerd2002-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)
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* Give maintainership to znerd.dirk2001-11-231-1/+1
|
* MASTER_SITE movedmharo2001-10-011-1/+1
| | | | Approved by: maintainer
* Upgrade to 3.2.3.dirk2001-08-054-8/+14
|
* - provide startup scriptdirk2001-05-214-5/+44
| | | | | - log tomcat messages to a file (logs/tomcat.log) - fix plist
* Give jakarta-tomcat a chance of working with mod_jk.dirk2001-05-201-0/+2
|
* Give jakarta-tomcat a chance of working with mod_jk.dirk2001-05-201-0/+45
|
* Upgrade to 3.2.1.dirk2001-04-083-12/+36
| | | | | PR: ports/26027 Submitted by: Michael Lyngbøl <michael@lyngbol.dk>
* Overtake maintainership.dirk2001-04-081-1/+1
|
* It ain't me.des2001-04-071-1/+1
|
* javac is in a jdk version specific directory, not ${LOCALBASE}/bin, soasami2000-11-141-1/+1
| | | | | | spell it out. Submitted by: bento
* Remove some .bat files from packing listdes2000-10-211-7/+0
|
* The Apache Project's Jakarta Tomcat web server.des2000-10-215-0/+108
OpenPOWER on IntegriCloud