Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2005 11:43:25 -0600
From:      Corey Brune <mcbrune@gmail.com>
To:        MikeM <zlists@mgm51.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: JAVA Server
Message-ID:  <5627053705030809431efb86f0@mail.gmail.com>
In-Reply-To: <200503081159000325.044EE6E5@sentry.24cl.com>
References:  <004501c523f0$58a4dd90$6401a8c0@GRANT> <200503081159000325.044EE6E5@sentry.24cl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 08 Mar 2005 11:59:00 -0500, MikeM <zlists@mgm51.com> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5627053705030809431efb86f0>