Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2007 22:04:59 +0100
From:      Roy =?iso-8859-1?q?B=F6rner?= <roy.boerner@bsd-crew.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: tomcat 6.0 or jBoss 5.0
Message-ID:  <200701162205.00123.roy.boerner@bsd-crew.de>
In-Reply-To: <45AC18A7.8080303@dtcorp.com.au>
References:  <45AC18A7.8080303@dtcorp.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Dienstag, 16. Januar 2007 01:13 schrieb Michael Pope:
> I've been looking for a J2EE 1.5 web application server which has been
> ported to FreeBSD and haven't had any luck.

Java applications need no portage, they are running out of the box. Just 
download the product that satisfy your needs, extract and start it.:

%> uname -rms
FreeBSD 6.1-RELEASE-p10 amd64
%> cd geronimo-tomcat6-jee5-2.0-M1
%> export JAVA_HOME=/usr/local/diablo-jdk1.5.0
%> bin/startup.sh
Using GERONIMO_BASE:   .../geronimo-tomcat6-jee5-2.0-M1
Using GERONIMO_HOME:   .../geronimo-tomcat6-jee5-2.0-M1
Using GERONIMO_TMPDIR: .../geronimo-tomcat6-jee5-2.0-M1/var/temp
Using JRE_HOME:        /usr/local/diablo-jdk1.5.0/jre
Using GERONIMO_OUT:    .../geronimo-tomcat6-jee5-2.0-M1/var/log/geronimo.out

Geronimo started in background. PID: 1818

--
Roy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701162205.00123.roy.boerner>