News

To understand how to do proper application server development, you need to understand how the two basic containers of an application server work, namely the Web container and the EJB container. This ...
It is also a long-running project (previously known as JBoss) and once used Tomcat as its Servlet/JSP container. Httpd is another name for the Apache web server discussed earlier. Httpd is the ...
When you create a Java web application, you are creating software ... the Servlet specification is sometimes called a servlet container. To create a servlet, you implement the Servlet interface ...
Tomcat is used for deploying Web sites and serves as the basis for ... This story, “Apache readies Tomcat Java servlet container upgrade,” was originally published at InfoWorld.com.
One part of interacting with an application server is invoking the Servlets and Java Server Pages (JSPs) that reside inside of the Web container. The other half of the puzzle is interacting with ...