aboutsummaryrefslogtreecommitdiffstats
path: root/java/jboss2
Commit message (Collapse)AuthorAgeFilesLines
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-10-101-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-101-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
* Changed the name of the control script from jbossctl toznerd2002-06-113-6/+7
| | | | | | | | jboss2ctl. Changed the name of the startup script from 020.jboss.sh to 020.jboss2.sh. Changed the description of this port to include the major version number to distinguish this port from the JBoss 3 port. Bumped the PORTREVISION.
* Upgrade from 2.4.4 to 2.4.6.znerd2002-06-063-1161/+1102
|
* Using bin/run.jar for startup. Now the control programznerd2002-05-151-3/+3
| | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-091-0/+1
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* New port jboss2.znerd2002-04-277-0/+1604
The jboss2ctl program does not work at this stage. I chose to commit this port anyway because it has been lying around for too long. Once it is in the ports tree, the improved interest may trigger somebody else to fix the problem. JBoss can be started using the supplied shell script anyway, so it is still useful. This is not the JBoss port submitted by Jesse Gallup in PR 35853, but one based on the www/orion port. PR: 35853