Hi

i have one doubt. apache and tomcat are same are different server.
why normally called as apache tomcat server? that means both are combined works.

what are the possible ways to improve performance of tomcat server.

Recommended Answers

All 2 Replies

Because the Tomcat/Jakarta projects are a part of the Apache Foundation, but the Tomcat Server is not the same thing as the Apache Web Server.

Apache is a web server. Tomcat is a JSP/Servlet engine. Apache by itself has no mechanism to process the JSP or servlet request and must delegate these to Tomcat and return the result. Tomcat does have limited ability to act as a web server, however it does not offer the performance, scalability, or control that Apache will.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.