On Mon, 28 Jan 2002, Murat Bicer wrote: > I just want to serve servlets, I dont have any static web content. > Performance wise can tomcat serve http requests as good as apache. Or should > I frontend tomcat with an apache server. > > Anybody involved in such decisions ? > > Thanks > Murat > >
I also would like to know about this topic. I have two server hosts in my application, one for intranet only and the other for internet. They both have some static web content but mainly servlets and applets. The internet host has only couple of "tunneling" servlets those transfers all requests into intranet host. For now, I'm using Apache HTTP server in both hosts with JSDK Servletrunners. Now, I'm planning to start using Tomcat for at least as a servlet server but I also would like to know whether I could get rid off the Apache HTTP server and use just the Tomcat for all web content and tunneling from internet host into intranet host. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
