Link to home
Start Free TrialLog in
Avatar of she1
she1

asked on

relation between "tomcat" and "Apache"

what is the relation between "tomcat" and "Apache"
Avatar of Zyloch
Zyloch
Flag of United States of America image

Hi

What do you mean by relation? Tomcat and Apache are two different servers...

Regards,
Zyloch
Avatar of harry_hendrata
harry_hendrata

1. Tomcat and Apache are both under Apache Software Management (www.apache.org)
2. Apache Httpd is a web-server coded in C/C++
3. Tomcat is a Java Servlet Engine and also could act as a web-server
4. Tomcat could serve JSP/Servlet behind an Apache web-server

also please have a look at the following tutorial:

   http://www.coreservlets.com/Apache-Tomcat-Tutorial/
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oh, didn't see that harry_hendrata already posted there ;-) cheers