> From: Tony Anecito [mailto:adanec...@yahoo.com] > Subject: Re: Tomcat Repsonse question... > > I am using Apache Web server for the front end to serve my html > requests. I have thought about using JBoss with it's Tomcat as the > front end Apache as the back end for handling ordinary http requests > but have not found anyone who has done that. This is so I use the > standard port 80 for requests over the internet.
Again, you can simply eliminate httpd, and let JBoss/Tomcat service the static html requests. Configure the HTTP <Connector> in JBoss/Tomcat to use port 80, and put your static content under Tomcat's appBase directory. That will eliminate some of the latency you're observing. - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org