[Jhs-leads] War file structure
Kirkpatrick, Ivan
Ivan.Kirkpatrick@dep.state.fl.us
Tue, 4 Jan 2005 12:43:50 -0500
Many have asked about the proper war file structure.
WAR file structure -
* The static HTML files and JSPs are stored in the top level =
directory.
* The Servlet and related Java[tm] technology class files must be =
stored
in the WEB-INF/classes directory.
* Any auxiliary library JAR files must be stored in the WEB-INF/lib
directory.
* The deployment descriptor is stored as a file named web.xml in the
WEB-INF directory.=20