From owner-freebsd-java@FreeBSD.ORG Fri Jul 11 05:56:42 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D896537B401 for ; Fri, 11 Jul 2003 05:56:42 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id E191943FAF for ; Fri, 11 Jul 2003 05:56:41 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h6BCucAf012934; Fri, 11 Jul 2003 14:56:38 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h6BCucm1012933; Fri, 11 Jul 2003 14:56:38 +0200 (CEST) From: Ernst de Haan To: "Georg-W. Koltermann" Date: Fri, 11 Jul 2003 14:56:37 +0200 User-Agent: KMail/1.5.1 References: <1057923305.2846.19.camel@hunter.muc.mscsoftware.com> In-Reply-To: <1057923305.2846.19.camel@hunter.muc.mscsoftware.com> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307111456.37656.znerd@FreeBSD.org> cc: java@freebsd.org cc: webmaster@asiamusic.ru Subject: Re: JBoss 3.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 12:56:43 -0000 Just committed an update to 3.2.1. Ernst On Friday 11 July 2003 13:35, Georg-W. Koltermann wrote: > Hi, > > I saw you recently updated the jboss3 port to 3.0.7. > > Since the lastest production release is 3.2.1, I'm wondering why you did > 3.0.7 and not 3.2.1? > > I have installed 3.2.1 by just switching the PORTVERSION in Makefile, > and specifying NO_CHECKSUM=yes. My first impression is that it seems to > work - at least I get to the management console. I'm a newcomer to app > servers, so I can't tell you anything more specific.