The FreeBSD Ports Archive
FreeBSD java : jboss34>
JBoss 3.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/
|
jboss3 history
v. 1.32
date: 2007/07/29 20:16:14; author: pav; state: Exp; lines: +35 -48
- Update to 3.2.8
PR: ports/110768
Submitted by: nemoliu
Approved by: maintainer (previous version, with reservations)
v. 1.31
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.30
date: 2006/05/09 00:18:04; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with a J
v. 1.29
date: 2006/02/05 15:25:08; author: barner; state: Exp; lines: +1 -1
- Restrict to JDK 1.4
Submitted by: Jonathan Chen (maintainer)
PR: ports/92823
v. 1.28
date: 2005/07/18 06:57:31; author: glewis; state: Exp; lines: +2 -2
. Update to 3.2.7.
PR: 83627
Submitted by: Jonathan Chen (maintainer)
v. 1.27
date: 2005/01/21 18:39:43; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: maintainer
v. 1.26
date: 2005/01/13 01:55:13; author: hq; state: Exp; lines: +47 -28
- Update to 3.2.6
- Update to bsd.java.mk 2.0
- rcNGify startup
- Fix table creation for autoincrement feature in Postgresql
- Add new "-config" option to jboss3ctl for JBoss3 startup config
- Dynamic plist
- Many other improvements (similar to recent changes in java/jboss4)
PR: 76125
Submitted by: maintainer
v. 1.25
date: 2004/06/30 15:54:18; author: vs; state: Exp; lines: +1 -1
Update to 3.2.5
PR: ports/68508
Submitted by: maintainer
v. 1.24
date: 2004/06/21 16:42:58; author: vanilla; state: Exp; lines: +12 -10
Upgrade to 3.2.4.
PR: ports/67917
Submitted by: maintainer
v. 1.23
date: 2004/05/31 00:15:48; author: linimon; state: Exp; lines: +3 -1
Add "ant" build dependancy; correct ${PKGINSTALL} usage (picked up by
Andreas Kasparz )
PR: ports/67282
Submitted by: Jonathan Chen (maintainer)
v. 1.22
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.21
date: 2004/02/07 06:04:50; author: glewis; state: Exp; lines: +2 -1
. Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen (maintainer)
v. 1.20
date: 2004/02/04 05:21:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.19
date: 2004/01/22 12:18:26; author: trevor; state: Exp; lines: +0 -2
Use the CPIO macro defined in bsd.port.mk.
v. 1.18
date: 2004/01/13 21:27:46; author: znerd; state: Exp; lines: +0 -3
Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR: 61220
Submitted by: jonc@chen.org.nz (maintainer)
v. 1.17
date: 2004/01/07 09:30:15; author: linimon; state: Exp; lines: +18 -18
Update to 3.2.3 and enable building from source. It remains to be
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).
PR: ports/60996
Submitted by: Jonathan Chen (maintainer)
v. 1.16
date: 2003/11/04 17:55:46; author: glewis; state: Exp; lines: +3 -4
. Update to 3.2.2
. Fix an owner/permission problem that stops JBoss starting up correctly.
. Change maintainer to jonc@chen.org.nz
PR: 58743
Approved by: des (previous maintainer)
v. 1.15
date: 2003/07/14 10:03:13; author: des; state: Exp; lines: +66 -106
Make this look and behave more like a FreeBSD port.
v. 1.14
date: 2003/07/14 07:27:12; author: znerd; state: Exp; lines: +1 -1
Handing over maintainership to des.
Requested by: des
v. 1.13
date: 2003/07/11 12:53:50; author: znerd; state: Exp; lines: +1 -2
Update to 3.2.1.
v. 1.12
date: 2003/07/11 07:14:31; author: znerd; state: Exp; lines: +14 -2
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 10:15:56; author: znerd; state: Exp; lines: +4 -3
Update to 3.0.7.
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 -1
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:43; 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:38:25; author: znerd; state: Exp; lines: +5 -4
Upgrade to JBoss 3.0.0.
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.32
date: 2007/07/29 20:16:14; author: pav; state: Exp; lines: +35 -48
- Update to 3.2.8
PR: ports/110768
Submitted by: nemoliu
Approved by: maintainer (previous version, with reservations)
v. 1.31
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.30
date: 2006/05/09 00:18:04; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with a J
v. 1.29
date: 2006/02/05 15:25:08; author: barner; state: Exp; lines: +1 -1
- Restrict to JDK 1.4
Submitted by: Jonathan Chen (maintainer)
PR: ports/92823
v. 1.28
date: 2005/07/18 06:57:31; author: glewis; state: Exp; lines: +2 -2
. Update to 3.2.7.
PR: 83627
Submitted by: Jonathan Chen (maintainer)
v. 1.27
date: 2005/01/21 18:39:43; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: maintainer
v. 1.26
date: 2005/01/13 01:55:13; author: hq; state: Exp; lines: +47 -28
- Update to 3.2.6
- Update to bsd.java.mk 2.0
- rcNGify startup
- Fix table creation for autoincrement feature in Postgresql
- Add new "-config" option to jboss3ctl for JBoss3 startup config
- Dynamic plist
- Many other improvements (similar to recent changes in java/jboss4)
PR: 76125
Submitted by: maintainer
v. 1.25
date: 2004/06/30 15:54:18; author: vs; state: Exp; lines: +1 -1
Update to 3.2.5
PR: ports/68508
Submitted by: maintainer
v. 1.24
date: 2004/06/21 16:42:58; author: vanilla; state: Exp; lines: +12 -10
Upgrade to 3.2.4.
PR: ports/67917
Submitted by: maintainer
v. 1.23
date: 2004/05/31 00:15:48; author: linimon; state: Exp; lines: +3 -1
Add "ant" build dependancy; correct ${PKGINSTALL} usage (picked up by
Andreas Kasparz )
PR: ports/67282
Submitted by: Jonathan Chen (maintainer)
v. 1.22
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.21
date: 2004/02/07 06:04:50; author: glewis; state: Exp; lines: +2 -1
. Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen (maintainer)
v. 1.20
date: 2004/02/04 05:21:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.19
date: 2004/01/22 12:18:26; author: trevor; state: Exp; lines: +0 -2
Use the CPIO macro defined in bsd.port.mk.
v. 1.18
date: 2004/01/13 21:27:46; author: znerd; state: Exp; lines: +0 -3
Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR: 61220
Submitted by: jonc@chen.org.nz (maintainer)
v. 1.17
date: 2004/01/07 09:30:15; author: linimon; state: Exp; lines: +18 -18
Update to 3.2.3 and enable building from source. It remains to be
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).
PR: ports/60996
Submitted by: Jonathan Chen (maintainer)
v. 1.16
date: 2003/11/04 17:55:46; author: glewis; state: Exp; lines: +3 -4
. Update to 3.2.2
. Fix an owner/permission problem that stops JBoss starting up correctly.
. Change maintainer to jonc@chen.org.nz
PR: 58743
Approved by: des (previous maintainer)
v. 1.15
date: 2003/07/14 10:03:13; author: des; state: Exp; lines: +66 -106
Make this look and behave more like a FreeBSD port.
v. 1.14
date: 2003/07/14 07:27:12; author: znerd; state: Exp; lines: +1 -1
Handing over maintainership to des.
Requested by: des
v. 1.13
date: 2003/07/11 12:53:50; author: znerd; state: Exp; lines: +1 -2
Update to 3.2.1.
v. 1.12
date: 2003/07/11 07:14:31; author: znerd; state: Exp; lines: +14 -2
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 10:15:56; author: znerd; state: Exp; lines: +4 -3
Update to 3.0.7.
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 -1
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:43; 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:38:25; author: znerd; state: Exp; lines: +5 -4
Upgrade to JBoss 3.0.0.
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.32
date: 2007/07/29 20:16:14; author: pav; state: Exp; lines: +35 -48
- Update to 3.2.8
PR: ports/110768
Submitted by: nemoliu
Approved by: maintainer (previous version, with reservations)
v. 1.31
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.30
date: 2006/05/09 00:18:04; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with a J
v. 1.29
date: 2006/02/05 15:25:08; author: barner; state: Exp; lines: +1 -1
- Restrict to JDK 1.4
Submitted by: Jonathan Chen (maintainer)
PR: ports/92823
v. 1.28
date: 2005/07/18 06:57:31; author: glewis; state: Exp; lines: +2 -2
. Update to 3.2.7.
PR: 83627
Submitted by: Jonathan Chen (maintainer)
v. 1.27
date: 2005/01/21 18:39:43; author: hq; state: Exp; lines: +1 -1
Add 'devel' category
Approved by: maintainer
v. 1.26
date: 2005/01/13 01:55:13; author: hq; state: Exp; lines: +47 -28
- Update to 3.2.6
- Update to bsd.java.mk 2.0
- rcNGify startup
- Fix table creation for autoincrement feature in Postgresql
- Add new "-config" option to jboss3ctl for JBoss3 startup config
- Dynamic plist
- Many other improvements (similar to recent changes in java/jboss4)
PR: 76125
Submitted by: maintainer
v. 1.25
date: 2004/06/30 15:54:18; author: vs; state: Exp; lines: +1 -1
Update to 3.2.5
PR: ports/68508
Submitted by: maintainer
v. 1.24
date: 2004/06/21 16:42:58; author: vanilla; state: Exp; lines: +12 -10
Upgrade to 3.2.4.
PR: ports/67917
Submitted by: maintainer
v. 1.23
date: 2004/05/31 00:15:48; author: linimon; state: Exp; lines: +3 -1
Add "ant" build dependancy; correct ${PKGINSTALL} usage (picked up by
Andreas Kasparz )
PR: ports/67282
Submitted by: Jonathan Chen (maintainer)
v. 1.22
date: 2004/02/10 13:01:16; author: znerd; state: Exp; lines: +1 -1
Slightly improved the COMMENT.
Requested by: lofi
v. 1.21
date: 2004/02/07 06:04:50; author: glewis; state: Exp; lines: +2 -1
. Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen (maintainer)
v. 1.20
date: 2004/02/04 05:21:28; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.19
date: 2004/01/22 12:18:26; author: trevor; state: Exp; lines: +0 -2
Use the CPIO macro defined in bsd.port.mk.
v. 1.18
date: 2004/01/13 21:27:46; author: znerd; state: Exp; lines: +0 -3
Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR: 61220
Submitted by: jonc@chen.org.nz (maintainer)
v. 1.17
date: 2004/01/07 09:30:15; author: linimon; state: Exp; lines: +18 -18
Update to 3.2.3 and enable building from source. It remains to be
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).
PR: ports/60996
Submitted by: Jonathan Chen (maintainer)
v. 1.16
date: 2003/11/04 17:55:46; author: glewis; state: Exp; lines: +3 -4
. Update to 3.2.2
. Fix an owner/permission problem that stops JBoss starting up correctly.
. Change maintainer to jonc@chen.org.nz
PR: 58743
Approved by: des (previous maintainer)
v. 1.15
date: 2003/07/14 10:03:13; author: des; state: Exp; lines: +66 -106
Make this look and behave more like a FreeBSD port.
v. 1.14
date: 2003/07/14 07:27:12; author: znerd; state: Exp; lines: +1 -1
Handing over maintainership to des.
Requested by: des
v. 1.13
date: 2003/07/11 12:53:50; author: znerd; state: Exp; lines: +1 -2
Update to 3.2.1.
v. 1.12
date: 2003/07/11 07:14:31; author: znerd; state: Exp; lines: +14 -2
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 10:15:56; author: znerd; state: Exp; lines: +4 -3
Update to 3.0.7.
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 -1
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:43; 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:38:25; author: znerd; state: Exp; lines: +5 -4
Upgrade to JBoss 3.0.0.
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
=============================================================================
|
| |

|