News

Learn how to install, create, deploy, and test Java web applications with Apache Tomcat, a popular open source web server and servlet container.
Now, we have to create the directory structure for a Java Web application to deploy the server-side code. For more information on the directory structure of Java Web applications, refer to the article ...
Web Application Directory Structure This section outlines the standard directory structure of a Java web application, including the location of servlets, JSPs, and other resources.
I have worked on a decent number of apps, and I've noticed a couple of different schools of thought on application folder structure. The first says, structure your folders according to the ...
The WEB-INF directory contains all the configuration files, a lib directory contains all libraries (packaged in JAR, or Java ARchive files), and a classes directory contains the application's compiled ...
Web Application Directory Structure This section outlines the standard directory structure of a Java web application, including the location of servlets, JSPs, and other resources.
He illustrates how to deploy the Web application in Apache Tomcat -- a widely used, freeware servlet container and the Java Servlet 2.2 Reference Implementation -- and in WebLogic Server 6.0, a ...
JavaServer Faces is the Java standard technology for building component-based web interfaces. Get started with JSF, including what's new in JSF 2.3 ...
The requisite web application folder structure As you would expect from its name, a Java based RESTful Web service needs to be deployed to a Java EE compliant Servlet Container, and as such the ...