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

Who according to you is responsible for the tomcat foundation?

0 Answers  


What is application server and how it works?

0 Answers  


if i delete my java class files after the compile?but it does not goes to the recyclebin.Now i want to get the java class file

2 Answers  


Is Tomcat an application sever or web server??and what is the difference between application server and web serve???

1 Answers   Mind Tree, TCS,


How do you create multiple virtual hosts?

0 Answers  






Why get method is more efficient than post?

0 Answers  


What is the tomcat default port?

0 Answers  


How do you deploy ejb in tomee?

0 Answers  


What is the main difference between and sections?

0 Answers  


What is difference between tomcat and websphere?

0 Answers  


Why do we use wildfly?

0 Answers  


Explain directory structure of tomcat?

0 Answers  


Categories