what is tomcat?can we deploy a servelet in tomcat?
Answers were Sorted based on User's Feedback
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 |
Answer / anuja
yes tomcat is a server where we can deploy servlet ,jsp
programs
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
Answer / giang trang
Tomcat is a Servlet Container. That answered the second
part.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an application server in simple words?
Does jsp require jdk?
Mention what are the connectors used in tomcat?
Explain what is tomcat valve?
Can ear be deployed in tomcat?
How many valves is tomcat configured with?
Mention what are catalina’s configuration files?
How to make sure the net server is getting began after server reboot?
What is appbase in tomcat?
What is the difference between worker and prefork mpm?
Which is best web server?
How would you set up tomcat for remote debugging?