Is Tomcat an application sever or web server??and what is the difference between application server and web serve???
Answer Posted / padmanabha reddy v
Tomcat is a Web Server executes Servelets and Jsps containing only single container called Web Container is used to Interpret Web Applications
Application Server executes Enterprise Applications Servelets Jsps EJBS having Two containers
Web Container executing Servelets and Jsps
EJB Container perform operations like Load Balancing,Transaction
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is apache tomcat middleware?
How the webserver handles multiple requests for the same action class(struts) concurrently?
suppose 10 request is sent to servelt how many time init() and destory method is called
Why do we need apache server?
Can we have two apache web servers on a single machine?
What's the difference between tomcat and apache?
How would you set up tomcat for remote debugging?
How to make sure the net server is getting began after server reboot?
What do you understand by mpm in apache?
What is appbase in tomcat?
How can an apache service be stopped by its control script?
Mention with how many valves does tomcat configured with?
Can ear be deployed in tomcat?
What type of ip is required for apache web server to host our website?
What is jasper in tomcat?