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 the default port for apache tomcat?
Explain how web server handles multiple requests for same action class(struts) concurrently?
with how many valves does tomcat configured with?
What is the highest searched on google?
What is the tomcat default port?
What is a connector and why it is used in tomcat?
What language is tomcat written in?
How can an apache service be stopped by its control script?
What is the functionality of tomcat valve?
What does web.xml configuration file means?
What are the portlet window states and portlet modes?
Who owns apache tomcat?