Tomcat directory structure

From MyWiki
Jump to: navigation, search
.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>