summaryrefslogtreecommitdiffstats
path: root/java/jboss2
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-0/+1
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* New port jboss2.znerd2002-04-267-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
OpenPOWER on IntegriCloud