From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 00:43:22 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 ECE7A16A41F for ; Fri, 30 Dec 2005 00:43:22 +0000 (GMT) (envelope-from awc@candhsoftware.com) Received: from zeppo.candhsoftware.com (wsip-68-98-220-134.ph.ph.cox.net [68.98.220.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8885B43D45 for ; Fri, 30 Dec 2005 00:43:22 +0000 (GMT) (envelope-from awc@candhsoftware.com) Received: from localhost.localdomain ([12.164.192.102]) (authenticated bits=0) by zeppo.candhsoftware.com (8.13.3/8.13.3) with ESMTP id jBU0hKfL096468 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 29 Dec 2005 17:43:21 -0700 (MST) (envelope-from awc@candhsoftware.com) From: Andy W Clements To: Soo-Hyun Choi In-Reply-To: References: <1135890176.1249.6.camel@fc63r41.npci.com> Content-Type: text/plain Organization: C & H Software L.L.C. Date: Thu, 29 Dec 2005 17:31:00 -0700 Message-Id: <1135902660.1876.22.camel@misato.candhsoftware.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Jon Brisbin , freebsd-questions@freebsd.org Subject: Re: Java Server Pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: awc@candhsoftware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 00:43:23 -0000 That is correct... and you can use mod_jk to connect them. http://tomcat.apache.org/connectors-doc/ that page contains the download and the instructions --Andy On Thu, 2005-12-29 at 22:24 +0000, Soo-Hyun Choi wrote: > 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. > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >