| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Prompted by: Kees Jan Koster <K.J.Koster@kpn.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
sometimes (?) be looked for in the directory
'work/work' instead of just 'work'.
Bumped PORTREVISION.
|
|
|
|
| |
Prompted by: Calvin NG <calvinng@brel.com>
|
| |
|
|
|
|
| |
program. Bumped PORTREVISION.
|
|
|
|
| |
spectacular. Not bumped PORTREVISION.
|
|
|
|
|
|
| |
branch has moved to www/jakarta-tomcat3.
PR: 31096, 32022
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
replacements to server.xml. Bumped PORTREVISION.
|
|
|
|
| |
longer exists. Bumped PORTREVISION.
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: Clive Lin <clive@tongi.org>
|
| |
|
|
|
|
| |
this file during the last commit. :-\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Not using DIST_SUBDIR anymore.
|
| |
|
| |
|
|
|
|
| |
instead of only removing the second APP_TITLE from the Makefile.
|
|
|
|
| |
instead of only removing the second APP_TITLE. Bumped the PORTREVISION.
|
|
|
|
| |
Reported by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
|
|
| |
Reported by: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
| |
- log tomcat messages to a file (logs/tomcat.log)
- fix plist
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/26027
Submitted by: Michael Lyngbøl <michael@lyngbol.dk>
|
| |
|
| |
|
|
|
|
|
|
| |
spell it out.
Submitted by: bento
|
| |
|
|
|