Difference between revisions of "Tomcat directory structure"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="text"> .jsp and .html files go in the document root.<br> '''/WEB-INF/web.xml''' - The Web Application Deployment Descriptor<br> '''/WEB-INF/classes/''' - This di...")
 
(No difference)

Latest revision as of 12:30, 14 July 2015

.jsp and .html files go in the document root.<br>
'''/WEB-INF/web.xml''' - The Web Application Deployment Descriptor<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>
Tomcat installation for shared code is $CATALINA_HOME/lib.<br>