adspace


What services are provided by tomcat?

Answer Posted / Umashanker Mishra

Tomcat primarily provides a web container that allows you to run Java Web applications and servlets. Some of the core services include:
1. Servlet container: Tomcat runs servlets, which are Java programs that extend the functionality of HTTP servers.
2. JSP (JavaServer Pages) engine: Tomcat supports JSP technology for developing dynamic web content.
3. JavaMail API: Tomcat includes support for sending emails using the JavaMail API.
4. JNDI (Java Naming and Directory Interface): Tomcat provides a service that enables applications to look up resources such as datasources, email servers, and other services.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which version of apache have you worked on?

921


Is it possible to disable jsessionid in tomcat servlet?

1009