From owner-freebsd-questions@FreeBSD.ORG Tue Mar 8 17:43:28 2005 Return-Path: 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 34A2716A4CE for ; Tue, 8 Mar 2005 17:43:28 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E9443D49 for ; Tue, 8 Mar 2005 17:43:27 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1507413wri for ; Tue, 08 Mar 2005 09:43:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=M9wws6FZ0+B3DrFr2eji1HQuFSygQxx+Vd1/13ThLdb5cZPJjUl6bmKKc7P+lGFNt0zb9924hHp5On9j6uO7zVUwZRXXEh3mitZs88M7FweNw+Zz9Lbux8h/oe7ym5ozGmZNqxZM0TVUB3TbhQH78xCB3RVinTsqlwUpHZP6dCw= Received: by 10.54.57.8 with SMTP id f8mr126106wra; Tue, 08 Mar 2005 09:43:26 -0800 (PST) Received: by 10.54.4.66 with HTTP; Tue, 8 Mar 2005 09:43:25 -0800 (PST) Message-ID: <5627053705030809431efb86f0@mail.gmail.com> Date: Tue, 8 Mar 2005 11:43:25 -0600 From: Corey Brune To: MikeM In-Reply-To: <200503081159000325.044EE6E5@sentry.24cl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <004501c523f0$58a4dd90$6401a8c0@GRANT> <200503081159000325.044EE6E5@sentry.24cl.com> cc: freebsd-questions@freebsd.org Subject: Re: JAVA Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Corey Brune List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 17:43:28 -0000 On Tue, 08 Mar 2005 11:59:00 -0500, MikeM wrote: > On 3/8/2005 at 10:06 AM Grant Peel wrote: > > |Hello all, > | > |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have > |had a request to add a Java Server to one of them. > | > |I am not experienced with JAVA at all. > | > |My Boxes run simple Apache 1.3.36, EXim, ProFTP vmpop3d, and are tuned and > > |running well. > | > |I am looking for advise on what JAVA server to consider installing. SImple > > |to install would be good, Low overhead would be better, and seamless > |operation with Apache would be perfect. > ============= > > Place to start: > http://jakarta.apache.org/tomcat/ > > > _______________________________________________ > 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" > Do you know what your client is wanting from java? If they are writing a simple web application (known as a WAR), then tomcat/apache with mod_jk or mod_jk2 will work. If they require EJBs (Enterprise Java Beans), the you will need more than a servlet engine. Jboss, http://jboss.com/downloads/index#as, will run EJBs and servlets, and it uses tomcat for its servlet engine. You will use mod_jk or mod_jk2 with jboss as well.