Netbeans web application directory arrangement
Hello,
i want create a web application by Netbeans 5.5.
Make a new project, choose web application, the IDE create several directory for my project.
I know this that a standard web application has this directory
# MyApp: root directory (inside HTML, javascript, css, jsp,...)
# WEB-INF: MyApp sub-directory
#classes: WEB-INF sub-directory (contains all class organized in package)
# lib: WEB-INF sub-directory (contains jar file)
#tags: WEB-INF sub-directory (contains our tag-lib)
How I can use this structure in Netbeans web application?
Thanks.
Regards.

