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]