| Author |
Tomcat and Apache
|
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
I have started reading Head First Servlets and JSP.
I got to know the following
APACE := Web Server
TOMCAT := Container which does housekeeping for the Servlets and communicates with the Web server.
Query:-
1. Do i need to install APACHE and TOMCAT independently, and if yes ,does order of installation matters i.e Install APACHE first and then TOMCAT and vice -versa
2. Can i use TOMCAT with another web server , i mean other than APACHE.
Thanks and Regards
Sahil
|
 |
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1049
|
|
Hi Sahil,
Apache is a web server for static web sites while Apache Tomcat is a web server and a servlet container that implements the Java Servlet and the JavaServer Pages (JSP) specifications.
All you need for the book is a Tomcat.
|
 |
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
Thank you :-) got it !!!
|
 |
Harikrishna Gorrepati
Ranch Hand
Joined: Sep 23, 2010
Posts: 422
|
|
|
Hi, Please let me know if Apache Web Server means Apache Http Server.
|
OCPJP 6.0-81% | Preparing for OCWCD
http://www.certpal.com/blogs/cert-articles | http://sites.google.com/site/mostlyjava/scwcd |
|
 |
 |
|
|
subject: Tomcat and Apache
|
|
|