Tomcat Directory helps in Making Servlet
Tomcat directory helps making servlet because
- Provide required server environment
- Step by step pre-defined & easy configuration for Apache
- Easy directory structure to understand and to begin with
Tomcat directory is the main directory where tomcat server installs/unzip files. In this we can find a directory “webapps” in which all the directories either we create or already exists are accessible through http://localhost:8080/DIR_NAME. each servlet directory should contain minimum directory structure of “WEB-INF”, “WEB-INF/classes” inside the main directory “DIR_NAME” we create.
Last updated: March 19, 2014