what is tomcat?can we deploy a servelet in tomcat?

Answers were Sorted based on User's Feedback



what is tomcat?can we deploy a servelet in tomcat?..

Answer / guest

Tomcat is a webserver, Which is support 3 -tier
archeticture..


Yes we can

in web.xml
<web-apps>
<servlet-name>
<servlet-class>

Is This Answer Correct ?    12 Yes 2 No

what is tomcat?can we deploy a servelet in tomcat?..

Answer / anuja

yes tomcat is a server where we can deploy servlet ,jsp
programs

Is This Answer Correct ?    4 Yes 2 No

what is tomcat?can we deploy a servelet in tomcat?..

Answer / dilip

tomcat is not a web server. This is the application server
user to handle our java applications, which is integrated
with the webserver like apache to get the web applications.

Is This Answer Correct ?    1 Yes 0 No

what is tomcat?can we deploy a servelet in tomcat?..

Answer / giang trang

Tomcat is a Servlet Container. That answered the second
part.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Tomcat Interview Questions

Tell us something about coyote?

0 Answers  


How many requests per second does google handle?

0 Answers  


What is embedded tomcat?

0 Answers  


Explain when you can use . And when you can use []?

0 Answers  


Does spring boot require tomcat?

0 Answers  






How do portlets provide customization in addition to window states and portlet modes?

0 Answers  


Is tomcat a java application?

0 Answers  


What is difference between weblogic and tomcat?

0 Answers  


How can we put a restriction to upload files on our web server?

0 Answers  


What is context xml file?

0 Answers  


Why is tomcat called catalina?

0 Answers  


What is xampp tomcat used for?

0 Answers  


Categories