SE452: Directory structure of a webapp [19/24] Previous pageContentsNext page

The directory structure is J2EE standard.

Assume the document root directory of the web app to be deployed is called "WebApp"

The contents of the document root directory:

WEB-INF content

You can create these directories directly in the directory "tomcat_root"/webapps/, or put them in another directory on your server and map the context to that directory in the Context in server.xml

Previous pageContentsNext page