Difference between revisions of "Tomcat Stuff"

From MyWiki
Jump to: navigation, search
Line 3: Line 3:
 
/WEB-INF/web.xml - The Web Application Deployment Descriptor<br>
 
/WEB-INF/web.xml - The Web Application Deployment Descriptor<br>
 
/WEB-INF/classes/ - This directory contains any Java class files<br>
 
/WEB-INF/classes/ - This directory contains any Java class files<br>
 +
/WEB-INF/lib/ - This directory contains JAR files that contain Java class files<br>

Revision as of 12:13, 22 May 2014

Tomcat directory structure :
.jsp and .html files go in the document root.
/WEB-INF/web.xml - The Web Application Deployment Descriptor
/WEB-INF/classes/ - This directory contains any Java class files
/WEB-INF/lib/ - This directory contains JAR files that contain Java class files