Is Tomcat an application sever or web server??and what is the difference between application server and web serve???
Answer / 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 |
What is tomcat ajp?
Suppose when we are starting startup.bat file of tomcat server it is not started. Dos window appears for a second only. What do we need to do?
Is weblogic free?
Is tomcat thread safe?
What are the steps to enable ssl in a web application deployed on tomcat?
Mention the configuration files of catalina.
with how many valves does tomcat configured with?
Which is better glassfish or tomcat?
What does web.xml configuration file means?
Does tomcat load the same library file into memory twice if they are in two web apps?
When you can use . And when you can use []?
What is difference between get and post in rest?