We have been running Tomcat, with Apache as it's web
server, in production mode now for almost a year. 
Over 20 million hits monthly from 7 tomcat servers and
6 apache servers, serving over 15 newspapers,
including the Philadelphia Inquirer.

We may just be the biggest Tomcat users out here :) 
It works.  It's good.  We've been happy.

BTW - I'm the lead programmer of KnightRidder.com's
Cofax project.  java.sun.com recently wrote an article
about us.

We faced very tough money constraints and fought for
the project.  Tomcat was a huge part in it's success.

-Karl

--- "Ansgar W. Konermann"
<[EMAIL PROTECTED]> wrote:
> Ashant Chalasani wrote:
> > 
> > Hello all!
> > 
> > A very basic question - Can Tomcat be run as a
> standalone
> > production-strength webserver (along with being a
> servlet engine and JSP
> > processor), or Apache is required/recommended as
> well.
> 
> Standalone: yes
> Production: I'm not sure, maybe.
> Apache recommended as well: yes, at least for static
> content, since
> apache is faster here.
> 
> You can put tomcat behind apache so that tomcat
> handles some urls/paths,
> forwards its answers to apache and apache delivers
> the content to the
> client. For the remaining urls (which were not
> mapped to tomcat), apache
> itself processes the whole request.
> 
> -- 
> Best regards,
> 
> Ansgar W. Konermann
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to