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
How many requests per second does google handle?
What is tomcat web xml?
Who is responsible for tomcat?
Apart from apache tomcat, what are the different kinds of web servers?
Can I set java system properties differently for each webapp?
What is the servlet container life cycle?
What is difference between apache and tomcat?
How would you set up tomcat for remote debugging?
How to use tomcat server as an http server?
Do you have any idea about the history of tomcat?
Explain how servlet life cycles?
Is tomcat a application server?
What is the use of glassfish server?
Tom is having XML document and that needs to be read on a daily basis. Which method of XML object is used to read this XML file?
Why apache cannot handle 10k connections?