From owner-freebsd-java@FreeBSD.ORG Fri Apr 25 17:24:05 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 E241B1065670 for ; Fri, 25 Apr 2008 17:24:05 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from aurynhome1sv1.zirakzigil.org (mail.zirakzigil.org [82.63.178.63]) by mx1.freebsd.org (Postfix) with SMTP id 086CB8FC0C for ; Fri, 25 Apr 2008 17:24:04 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: (qmail 39857 invoked by uid 98); 25 Apr 2008 16:57:17 -0000 Received: from 192.168.229.15 by aurynhome1sv1.zirakzigil.org (envelope-from , uid 89) with qmail-scanner-1.25 ( Clear:RC:1(192.168.229.15):. Processed in 0.0555 secs); 25 Apr 2008 16:57:17 -0000 X-Qmail-Scanner-Mail-From: auryn@zirakzigil.org via aurynhome1sv1.zirakzigil.org X-Qmail-Scanner: 1.25 (Clear:RC:1(192.168.229.15):. Processed in 0.0555 secs) Received: from unknown (HELO aurynmob2.giulioferro.it) (auryn@zirakzigil.org@192.168.229.15) by 0 with SMTP; 25 Apr 2008 16:57:17 -0000 Message-ID: <48120D62.8060004@zirakzigil.org> Date: Fri, 25 Apr 2008 18:57:06 +0200 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.5 (X11/20070724) MIME-Version: 1.0 To: jbq@caraldi.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Jetty port 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: Fri, 25 Apr 2008 17:24:06 -0000 I writing to you to ask if there is a way to start the jetty server with ssl. Under normal circumstances you should start it like this from the installation directory: java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml Is there a way to accomplish this from the /etc/rc.conf file, maybe a jetty_args variable or something like that? Thanks.