You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Olivier LAUDREN <ol...@yacast.fr> on 2001/04/25 13:51:30 UTC

Tomcat as standalone HTTP server

Hi,

Is there somebody using Jakarta Tomcat as standalone HTTP server?
Witch (is/are) the most important difference(s) between this
configuration and Apache + Tomcat?

Bye.

Re: Tomcat as standalone HTTP server

Posted by Endre Stølsvik <En...@Stolsvik.com>.
On Wed, 25 Apr 2001, Olivier LAUDREN wrote:

| Hi,
|
| Is there somebody using Jakarta Tomcat as standalone HTTP server?
| Witch (is/are) the most important difference(s) between this
| configuration and Apache + Tomcat?

Speed on static documents. Apache is written in some C, while Tomcat is
written in the considerably slower Java.

Also you can load-balance via the apache, having one front-end apache
server, and 49 "backend" Tomcats. The apache can then do sticky session
load balancing between those tomcats.

It's a more messy config using both, but it works!

-- 
Mvh,
Endre