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