From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 20:38:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F9716A41F for ; Thu, 29 Dec 2005 20:38:58 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC31E43D53 for ; Thu, 29 Dec 2005 20:38:57 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by nproxy.gmail.com with SMTP id o60so139706nfa for ; Thu, 29 Dec 2005 12:38:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=slqeoFxaj1B+MhIVkGdtkM88nfWBOEr41P8uZ9CGdqzf3BL4HmFmIBRcyhRo8e0LrvV6E+8UMNgPrdfpu5VbDIL5Prcov/bl4Lo5mjP72f7IftURQXzjrGJ2bxUC1uNE1f5sK9jA/5PleZplSCfhcG3pgvZrYCaiUNkrt6DwwvE= Received: by 10.48.202.12 with SMTP id z12mr377484nff; Thu, 29 Dec 2005 12:38:56 -0800 (PST) Received: by 10.49.34.7 with HTTP; Thu, 29 Dec 2005 12:38:56 -0800 (PST) Message-ID: Date: Thu, 29 Dec 2005 20:38:56 +0000 From: Soo-Hyun Choi Sender: soohyunc@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Java Server Pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:38:58 -0000 hi, apart from apache, what sort of things do i need to get JSP (java server pages) working? (maybe, do i need to manually install tomcat on top of apache?) thanks,