Tomcat Server Question:

What is tomcat? Can we deploy a servelet in tomcat?

Tweet Share WhatsApp

Answer:

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


Yes we can

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

Download Tomcat PDF Read All 11 Tomcat Questions
Previous QuestionNext Question
What is different between webserver and application server?What is the output of select * from tab?