Tomcat Server Question:
What is tomcat? Can we deploy a servelet in tomcat?
Answer:
Tomcat is a webserver, Which is support 3 -tier
archeticture..
Yes we can
in web.xml
<web-apps>
<servlet-name>
<servlet-class>
archeticture..
Yes we can
in web.xml
<web-apps>
<servlet-name>
<servlet-class>
Previous Question | Next Question |
What is different between webserver and application server? | What is the output of select * from tab? |