servelet = one request
image = one request
1 + 1 = 2 requests
John
Nguyen Anh Tuan wrote:
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 ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
