From owner-freebsd-java@FreeBSD.ORG Sat May 5 17:15:04 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0476E16A409 for ; Sat, 5 May 2007 17:15:04 +0000 (UTC) (envelope-from charlie.mas@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id BB38113C46A for ; Sat, 5 May 2007 17:15:03 +0000 (UTC) (envelope-from charlie.mas@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so23502and for ; Sat, 05 May 2007 10:15:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aaUtidR8VCos7DK2LCmz6B4+nYyZNUm5uPErHaAeRlgyX47er/9yqaP8q1q1WqruaMOCoThQzIpgnXaRyctDgq5XcHvr2pyLUiVHJEB7VPomn/PmHifVDaPnjBb2Y4Ps3cDOzQJsshsqylDQ39C5xHPRC2NOZXi25416YyxaoVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sndBW1lIFo3CHiqsaQLjMoE+G7AfulANdlKXvQeiZ7jrX5gsmzo3ivVLIrg0A9xMoQBMQch5u18ztLHurx1oqTZsaYqajDtmbcOxF3HfLZNvtMDWxsCWxzFEz7NRC3cDecxcapihyCKaPNH31Kl8aTO8NonL8Z2OeTIN2y/+4zw= Received: by 10.100.43.9 with SMTP id q9mr3588478anq.1178383680839; Sat, 05 May 2007 09:48:00 -0700 (PDT) Received: by 10.100.152.6 with HTTP; Sat, 5 May 2007 09:48:00 -0700 (PDT) Message-ID: <1960fb140705050948td9da58bxb5fddb8e6bd39c43@mail.gmail.com> Date: Sat, 5 May 2007 17:48:00 +0100 From: "Charles Mason" To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Jboss Web on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: charlie@cpsoftware.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 17:15:04 -0000 Hi all, Recently I have been trying to get Jboss Web (not to be confused with Jboss's Application Server) to run under FreeBSD. For more info http://labs.jboss.com/jbossweb/ Jboss make binaries available for Linux, Windows, Solaris, HP-UX but not for FreeBSD. Most of the code is written in Java so no big cross platform issues. However it uses some native modules which are portable but need to be recompiled. I have successfully compiled these, it all works fairly well all though some of the build scripts don't work. Next I wanted a rc.d script to run it at start up. After a lot of fiddling I have hacked a modified version of the Jboss4 port together. This is able to download the source from my web server (the only public access to the source is via SVN) extract it, build the Java portion of the source and install it. There are still some big problems with my hacked port, it doesn't currently build the native source, and the install process needs some tweaking. I was thinking it might be useful to anyone else wanting to use Jboss Web on FreeBSD if I actually cleaned up my port and got it to a point where it could be submitted to the main ports tree. The only problem is I have never made a port before and I would be grateful if someone could give me a few pointers. I am currently reading the porters hand book. In the mean time if anyone else is interested in running Jboss Web on FreeBSD let me know and I can try and explain how I got it working. Is anyone else intrested in using Jboss Web? In theory it should apeal to anyone currently running Tomcat. Although it doesn't to get the covourage. Charlie