Note:
/ProjectName
/ProjectName/WEB-INF : this contains the web.xml , it's the fixed folder.
/ProjectName/WEB-INF/classes: this contains theclass files and the servlet class files. It's also afixed folder.
/ProjectName/WEB-INF/lib: this contains the jar files which the web application need them to support the web .It's the fixed folder.
Others folders , like the CSS folders and JS folders , their should be contained in the Project root directory.
本文详细介绍了标准Web应用项目的目录结构及其组成部分。包括了WEB-INF文件夹下的web.xml配置文件、classes文件夹内的编译后的类文件及servlet类文件、lib文件夹中的支持Jar包等关键组件。
786

被折叠的 条评论
为什么被折叠?



