From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 21:02:29 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 16B5C16A41F for ; Thu, 29 Dec 2005 21:02:29 +0000 (GMT) (envelope-from jon.brisbin@npcinternational.com) Received: from mail1.npci.com (mail.npcinternational.com [63.76.154.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA8F43D49 for ; Thu, 29 Dec 2005 21:02:28 +0000 (GMT) (envelope-from jon.brisbin@npcinternational.com) Received: from fc63r41.npci.com ([172.16.0.131]) by mail1.npci.com (MOS 3.5.9-GR) with ESMTP id BZW35095 (AUTH via LOGINBEFORESMTP); Thu, 29 Dec 2005 14:53:48 -0600 (CST) From: Jon Brisbin To: freebsd-questions@freebsd.org, Soo-Hyun Choi In-Reply-To: References: Content-Type: text/plain Organization: NPC International, Inc. Date: Thu, 29 Dec 2005 15:02:56 -0600 Message-Id: <1135890176.1249.6.camel@fc63r41.npci.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: 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 21:02:29 -0000 On Thu, 2005-12-29 at 20:38 +0000, Soo-Hyun Choi wrote: > 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?) It doesn't actually work that way. You install Tomcat, Jetty, JBoss, Resin, or Enhydra (the top choices for JSP/Servlet containers) *alongside* Tomcat. You then either access the Tomcat server on it's own port (http://your-server:8080) or you install mod_jk in Apache and map certain URLs or patterns to your servlet container. We use JBoss, but if you're just looking to do plain JSP, you can get a tar-gz'd archive of tomcat and unzip it onto your BSD box. It's not necessary to install it from ports. Jetty and Resin seem like faster application servers, but I've had more trouble getting them configured than I have Tomcat. Maybe that's because I started with Tomcat back in the JServ days and am just more familiar with it. Good luck. Jon Brisbin Webmaster NPC International, Inc.