> From: BeasC [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat is not rendering JSP content on Port 80
> 
> My intent is to have an Apache + JK + Tomcat server that uses 
> apache only to service static web content and and sends all 
> dynamic content to Tomcat (so that it handles all the JSP).

If all you're using httpd for is to serve static content, you're wasting
your time and creating much more complexity than you need.  Current
Tomcat versions don't need assistance for serving static content, other
than for heavy SSL traffic; in that case, use the APR connector and
OpenSSL - still much simpler than adding httpd to the mix.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to