No, there is only one request that is sent from
browser to Apache. Apache will reroute the request to
Tomcat as needed.
So what you are using now is the best configuration.

--- [EMAIL PROTECTED] wrote:
> I am working on a servlet that will be served from
> tomcat which is
> connected to apache.  Currently I have the servlet
> being handled by
> tomcat, and the image handled by apache.
> Won't this require 2 get requests by the browser? 
> One being the image,
> and one being the servlet?
> Unfortunately, this is an SSL protected site and
> none of the pages are
> cached.  So my question is, what is the best
> approach with performance in
> mind?  What is the fasted way to get the image and
> dynamic HTML back to
> the browser ?
> 
> 
> Thank you for your help in advance.
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to