From owner-freebsd-java@FreeBSD.ORG Tue Apr 22 17:25:08 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAFF31065678 for ; Tue, 22 Apr 2008 17:25:08 +0000 (UTC) (envelope-from artem@bizlink.ru) Received: from akado.ru (fe01x2-cgp.akado.ru [77.232.31.162]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6C88FC2F for ; Tue, 22 Apr 2008 17:25:07 +0000 (UTC) (envelope-from artem@bizlink.ru) Received: from [10.0.144.230] (HELO [192.168.1.4]) by fe01-cgp.akado.ru (CommuniGate Pro SMTP 5.1.16) with ESMTP id 8396719; Tue, 22 Apr 2008 20:24:53 +0400 Message-ID: <480E1152.2060801@bizlink.ru> Date: Tue, 22 Apr 2008 20:24:50 +0400 From: Artem Gr User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Larry Rosenman References: <006c01c89e35$2e45a2b0$8ad0e810$@org> <20080414144754.GC17133@io.chezmoi.fr> <20080414095759.V88071@thebighonker.lerctr.org> In-Reply-To: <20080414095759.V88071@thebighonker.lerctr.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Production use of JDK15? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 17:25:09 -0000 Larry Rosenman wrote: > We use Jetty as the AppServer, and the rest is pure Java. > > I see a Jetty port, so that's about all I need other than the JDK. > > Any other issues? I don't use the port, I use the stable Jetty6 jar from Mortbay web site. Also, I don't use the jdk15, I use the latest jdk16 from the ports. Under decent load, on several servers (FreeBSD 6.2 and 6.3). Haven't encountered any problems.