From owner-freebsd-java@FreeBSD.ORG Thu Dec 8 19:13:15 2005 Return-Path: X-Original-To: freebsd-java@FreeBSD.org 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 66FEA16A42C for ; Thu, 8 Dec 2005 19:13:15 +0000 (GMT) (envelope-from fredericdelagoublaye@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263C343D5E for ; Thu, 8 Dec 2005 19:12:45 +0000 (GMT) (envelope-from fredericdelagoublaye@free.fr) Received: from iava (mut38-2-82-224-178-62.fbx.proxad.net [82.224.178.62]) by smtp6-g19.free.fr (Postfix) with SMTP id 0C85018381 for ; Thu, 8 Dec 2005 20:12:32 +0100 (CET) Message-ID: <007301c5fc2b$55c45290$0400a8c0@iava> From: =?iso-8859-1?Q?Fr=E9d=E9ric_de_la_Goublaye?= To: Date: Thu, 8 Dec 2005 20:12:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: Subject: performance question 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: Thu, 08 Dec 2005 19:13:15 -0000 Hi, I used FreeBSD 6.0. I need to use Tomcat to serve jsp servlet and database. I choose sqlite because the data will also be accessible via a local C++ application on the user computer. I wonder what is the fastest solution : - use Tomcat alone on port 80 - use Tomcat with Apache22 What is the best combination for using Tomcat ? Alone or with Apache ? I know that not using Apache may avoid me from using all nice PHP solutions like phpBB and so on ... also PHP5 can used sqlite but I still wonder what is the fastest solution. Thanks for help Frédéric