The FreeBSD Ports Archive
FreeBSD java : jboss24>
JBoss 2.x, an open-source J2EE application server
JBoss is an implementation of the EJB 1.1 (and parts of 2.0) specification,
that is, it is a server and container for Enterprise JavaBeans. In this it
is similar to Sun's 'J2SDK Enterprise Edition' (J2EE), but the JBoss core
server provides only an EJB server. The JBoss core does not include a web
container for servlets/JSP pages, although there are bundles available that
include either Tomcat or Jetty. The minimal core offering means that JBoss
has minimal memory and disk space requirements. JBoss will run very
effectively on a machine with 64 megabytes of RAM, and requires only a few
megabytes of disk (including source code!). Sun's J2EE requires a minimum of
128 megabytes of RAM, and 31 megabytes of disk space. Because of its small
memory footprint, JBoss starts up about 10 times faster than J2EE. There is
a built-in SQL database server for handling persistent beans, and this
starts up automatically with the server (J2EE ships with the CloudScape SQL
server, which has to be started separately).
One of the nicest features of JBoss is its support for `hot' deployment. What
this means is that deploying a Bean is a simple as copying its JAR file into
the deployment directory. If this is done while the Bean is already loaded,
JBoss automatically unloads it, then loads the new version. Contrast this
with the rigmarole that other J2EE server makes us go through... JBoss is
distributed under the LGPL, which means that it's free, even for commercial
work, and the LGPL ensures that it remains that way.
http://www.jboss.org/
|
jboss2 history
v. 1.23
date: 2007/05/19 20:12:57; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2006/12/13 12:54:45; author: vd; state: Exp; lines: +0 -4
Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:
log: v. 1.6
log: date: 2006/10/22 03:56:14; author: lawrance; state: Exp; lines: +0 -0
log: Unbreak jakarta-tomcat3 by re-adding a file it requires from
log: the tomcat4 port.
log:
log: Approved by: portmgr (erwin)
v. 1.21
date: 2006/09/02 16:51:02; author: kris; state: Exp; lines: +2 -0
Schedule these broken ports for termination on 2006-12-01
v. 1.20
date: 2006/02/25 21:50:20; author: kris; state: Exp; lines: +2 -0
BROKEN: Broken by removal of www/jakarta-tomcat4/files/startup.sh file
Approved by: portmgr (implicit)
v. 1.19
date: 2005/03/19 19:00:27; author: krion; state: Exp; lines: +0 -1
Remove hardcoded WRKDIR.
Proposed by: des
v. 1.18
date: 2005/02/03 02:05:39; author: hq; state: Exp; lines: +2 -1
Update to bsd.java.mk 2.0
v. 1.17
date: 2005/01/21 18:44:00; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: Jonathan Chen
v. 1.16
date: 2004/04/10 17:26:40; author: trevor; state: Exp; lines: +2 -2
Tidy up whitespace.
v. 1.15
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.14
date: 2004/02/07 16:29:17; author: clement; state: Exp; lines: +2 -0
- Set correct LATEST_LINK
Reported/Requested by: kris
v. 1.13
date: 2003/07/14 08:46:38; author: znerd; state: Exp; lines: +6 -3
Update to 2.4.11.
Submitted by: Ivanchenko V. I.
v. 1.12
date: 2003/07/11 07:13:53; author: znerd; state: Exp; lines: +15 -3
Patch to delete the symbol CR (carriage return) in some files.
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I.
v. 1.11
date: 2003/07/10 07:30:10; author: znerd; state: Exp; lines: +1 -2
Update to JBoss 2.4.10.
Submitted by: Ivanchenko V. I.
v. 1.10
date: 2003/04/16 08:06:44; author: znerd; state: Exp; lines: +1 -1
Officially dropping maintainership. I have no time nor the interest
to maintain the JBoss ports.
v. 1.9
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/10/09 23:10:25; author: znerd; state: Exp; lines: +1 -1
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.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
Reviewed by: audit
Approved by: Silence on -audit (since Sept 13, 2002)
v. 1.7
date: 2002/10/09 22:37:54; author: znerd; state: Exp; lines: +2 -2
Changed target installation directory so it does not include
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck
v. 1.6
date: 2002/08/10 10:42:39; author: znerd; state: Exp; lines: +1 -1
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
v. 1.5
date: 2002/06/11 07:44:21; author: znerd; state: Exp; lines: +3 -2
Changed the name of the control script from jbossctl to
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.
v. 1.4
date: 2002/06/06 12:36:34; author: znerd; state: Exp; lines: +1 -2
Upgrade from 2.4.4 to 2.4.6.
v. 1.3
date: 2002/05/15 07:43:11; author: znerd; state: Exp; lines: +3 -3
Using bin/run.jar for startup. Now the control program
no longer reports an error at startup.
Bumped PORTREVISION.
PR: 38069
v. 1.2
date: 2002/05/08 22:00:04; author: znerd; state: Exp; lines: +1 -0
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
v. 1.1
date: 2002/04/26 21:54:15; author: znerd; state: Exp;
New port jboss2.
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
=============================================================================
v. 1.23
date: 2007/05/19 20:12:57; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2006/12/13 12:54:45; author: vd; state: Exp; lines: +0 -4
Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:
log: v. 1.6
log: date: 2006/10/22 03:56:14; author: lawrance; state: Exp; lines: +0 -0
log: Unbreak jakarta-tomcat3 by re-adding a file it requires from
log: the tomcat4 port.
log:
log: Approved by: portmgr (erwin)
v. 1.21
date: 2006/09/02 16:51:02; author: kris; state: Exp; lines: +2 -0
Schedule these broken ports for termination on 2006-12-01
v. 1.20
date: 2006/02/25 21:50:20; author: kris; state: Exp; lines: +2 -0
BROKEN: Broken by removal of www/jakarta-tomcat4/files/startup.sh file
Approved by: portmgr (implicit)
v. 1.19
date: 2005/03/19 19:00:27; author: krion; state: Exp; lines: +0 -1
Remove hardcoded WRKDIR.
Proposed by: des
v. 1.18
date: 2005/02/03 02:05:39; author: hq; state: Exp; lines: +2 -1
Update to bsd.java.mk 2.0
v. 1.17
date: 2005/01/21 18:44:00; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: Jonathan Chen
v. 1.16
date: 2004/04/10 17:26:40; author: trevor; state: Exp; lines: +2 -2
Tidy up whitespace.
v. 1.15
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.14
date: 2004/02/07 16:29:17; author: clement; state: Exp; lines: +2 -0
- Set correct LATEST_LINK
Reported/Requested by: kris
v. 1.13
date: 2003/07/14 08:46:38; author: znerd; state: Exp; lines: +6 -3
Update to 2.4.11.
Submitted by: Ivanchenko V. I.
v. 1.12
date: 2003/07/11 07:13:53; author: znerd; state: Exp; lines: +15 -3
Patch to delete the symbol CR (carriage return) in some files.
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I.
v. 1.11
date: 2003/07/10 07:30:10; author: znerd; state: Exp; lines: +1 -2
Update to JBoss 2.4.10.
Submitted by: Ivanchenko V. I.
v. 1.10
date: 2003/04/16 08:06:44; author: znerd; state: Exp; lines: +1 -1
Officially dropping maintainership. I have no time nor the interest
to maintain the JBoss ports.
v. 1.9
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/10/09 23:10:25; author: znerd; state: Exp; lines: +1 -1
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.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
Reviewed by: audit
Approved by: Silence on -audit (since Sept 13, 2002)
v. 1.7
date: 2002/10/09 22:37:54; author: znerd; state: Exp; lines: +2 -2
Changed target installation directory so it does not include
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck
v. 1.6
date: 2002/08/10 10:42:39; author: znerd; state: Exp; lines: +1 -1
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
v. 1.5
date: 2002/06/11 07:44:21; author: znerd; state: Exp; lines: +3 -2
Changed the name of the control script from jbossctl to
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.
v. 1.4
date: 2002/06/06 12:36:34; author: znerd; state: Exp; lines: +1 -2
Upgrade from 2.4.4 to 2.4.6.
v. 1.3
date: 2002/05/15 07:43:11; author: znerd; state: Exp; lines: +3 -3
Using bin/run.jar for startup. Now the control program
no longer reports an error at startup.
Bumped PORTREVISION.
PR: 38069
v. 1.2
date: 2002/05/08 22:00:04; author: znerd; state: Exp; lines: +1 -0
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
v. 1.1
date: 2002/04/26 21:54:15; author: znerd; state: Exp;
New port jboss2.
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
=============================================================================
v. 1.23
date: 2007/05/19 20:12:57; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2006/12/13 12:54:45; author: vd; state: Exp; lines: +0 -4
Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:
log: v. 1.6
log: date: 2006/10/22 03:56:14; author: lawrance; state: Exp; lines: +0 -0
log: Unbreak jakarta-tomcat3 by re-adding a file it requires from
log: the tomcat4 port.
log:
log: Approved by: portmgr (erwin)
v. 1.21
date: 2006/09/02 16:51:02; author: kris; state: Exp; lines: +2 -0
Schedule these broken ports for termination on 2006-12-01
v. 1.20
date: 2006/02/25 21:50:20; author: kris; state: Exp; lines: +2 -0
BROKEN: Broken by removal of www/jakarta-tomcat4/files/startup.sh file
Approved by: portmgr (implicit)
v. 1.19
date: 2005/03/19 19:00:27; author: krion; state: Exp; lines: +0 -1
Remove hardcoded WRKDIR.
Proposed by: des
v. 1.18
date: 2005/02/03 02:05:39; author: hq; state: Exp; lines: +2 -1
Update to bsd.java.mk 2.0
v. 1.17
date: 2005/01/21 18:44:00; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: Jonathan Chen
v. 1.16
date: 2004/04/10 17:26:40; author: trevor; state: Exp; lines: +2 -2
Tidy up whitespace.
v. 1.15
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.14
date: 2004/02/07 16:29:17; author: clement; state: Exp; lines: +2 -0
- Set correct LATEST_LINK
Reported/Requested by: kris
v. 1.13
date: 2003/07/14 08:46:38; author: znerd; state: Exp; lines: +6 -3
Update to 2.4.11.
Submitted by: Ivanchenko V. I.
v. 1.12
date: 2003/07/11 07:13:53; author: znerd; state: Exp; lines: +15 -3
Patch to delete the symbol CR (carriage return) in some files.
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I.
v. 1.11
date: 2003/07/10 07:30:10; author: znerd; state: Exp; lines: +1 -2
Update to JBoss 2.4.10.
Submitted by: Ivanchenko V. I.
v. 1.10
date: 2003/04/16 08:06:44; author: znerd; state: Exp; lines: +1 -1
Officially dropping maintainership. I have no time nor the interest
to maintain the JBoss ports.
v. 1.9
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/10/09 23:10:25; author: znerd; state: Exp; lines: +1 -1
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.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
Reviewed by: audit
Approved by: Silence on -audit (since Sept 13, 2002)
v. 1.7
date: 2002/10/09 22:37:54; author: znerd; state: Exp; lines: +2 -2
Changed target installation directory so it does not include
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck
v. 1.6
date: 2002/08/10 10:42:39; author: znerd; state: Exp; lines: +1 -1
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
v. 1.5
date: 2002/06/11 07:44:21; author: znerd; state: Exp; lines: +3 -2
Changed the name of the control script from jbossctl to
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.
v. 1.4
date: 2002/06/06 12:36:34; author: znerd; state: Exp; lines: +1 -2
Upgrade from 2.4.4 to 2.4.6.
v. 1.3
date: 2002/05/15 07:43:11; author: znerd; state: Exp; lines: +3 -3
Using bin/run.jar for startup. Now the control program
no longer reports an error at startup.
Bumped PORTREVISION.
PR: 38069
v. 1.2
date: 2002/05/08 22:00:04; author: znerd; state: Exp; lines: +1 -0
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
v. 1.1
date: 2002/04/26 21:54:15; author: znerd; state: Exp;
New port jboss2.
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
=============================================================================
|
| |

|