From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 22:24:54 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 4B6C216A420 for ; Thu, 29 Dec 2005 22:24:54 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9962543D6D for ; Thu, 29 Dec 2005 22:24:53 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by nproxy.gmail.com with SMTP id o60so145949nfa for ; Thu, 29 Dec 2005 14:24:52 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m7wZr9j7/GQhYa8d/MAwVQNOI4El0RDnPbDlu0vHCJF2dseYIDF/4oZ3kKbciEtJAZ23qb7F0JpiflReOZQ7/safDnSaDAtsllUfBxx4vbgFQSWjxXmHoHnOceJ8+9N7gb/L5nfOCunaIPk4WW6sXL2pMwkODXmBxaSWjsRmAO4= Received: by 10.48.247.14 with SMTP id u14mr381622nfh; Thu, 29 Dec 2005 14:24:51 -0800 (PST) Received: by 10.49.34.7 with HTTP; Thu, 29 Dec 2005 14:24:51 -0800 (PST) Message-ID: Date: Thu, 29 Dec 2005 22:24:51 +0000 From: Soo-Hyun Choi Sender: soohyunc@gmail.com To: Jon Brisbin In-Reply-To: <1135890176.1249.6.camel@fc63r41.npci.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1135890176.1249.6.camel@fc63r41.npci.com> Cc: freebsd-questions@freebsd.org 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 22:24:54 -0000 So what you mean is that I need to install Tomcat alongside Apache? Is this correct? On 12/29/05, Jon Brisbin wrote: > 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. > >