-
Tomcat Versus Apache (3 messages)
- Posted by: Apurva Mehta
- Posted on: January 09 2006 20:47 EST
Why is apache used in front of tomcat, even though TomCat is much faster ?Threaded Messages (3)
- Tomcat Versus Apache by Alexandre Poitras on January 11 2006 22:09 EST
- Tomcat Versus Apache by elathen zheng on January 17 2006 10:35 EST
- Tomcat Versus Apache by Jaimin Shah on February 07 2006 04:36 EST
-
Tomcat Versus Apache[ Go to top ]
- Posted by: Alexandre Poitras
- Posted on: January 11 2006 22:09 EST
- in response to Apurva Mehta
Why is apache used in front of tomcat, even though TomCat is much faster ?
Apache is a fully proof complete Http Server where Tomcat has basic abilities to handle http request for testing purposes or standalone usage but it is not good enough to use in a production environment. -
Tomcat Versus Apache[ Go to top ]
- Posted by: elathen zheng
- Posted on: January 17 2006 10:35 EST
- in response to Apurva Mehta
Apache is http server, but tomcat is jsp server.
in one application,we maybe have some html file,css file and js file except jsp file.For jsp files, we can use tomcat.for other files,we can use apache.apache is one of the best http server,it has high performanc and has high power to process many access. -
Tomcat Versus Apache[ Go to top ]
- Posted by: Jaimin Shah
- Posted on: February 07 2006 04:36 EST
- in response to Apurva Mehta
Apache Http Server comes with other features like Modules configuration, SSL, SSO capabilities etc