Tomcat Stuff

From MyWiki
Revision as of 12:40, 22 May 2014 by George2 (Talk | contribs)

Jump to: navigation, search

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
Tomcat installation for shared code is $CATALINA_HOME/lib.
JSP Notes