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.

[629 byte] By [PremierITAa] at [2007-11-27 2:44:55]
# 1
In this image http://wikiprogramming.netsons.org/sw/servlet.jpghow i can call login.java servlet in form action?Help pls.
PremierITAa at 2007-7-12 3:11:58 > top of Java-index,Java Essentials,Java Programming...
# 2
OK, i've solved, i was in error, the structure is the standard.Thank you.Bye
PremierITAa at 2007-7-12 3:11:58 > top of Java-index,Java Essentials,Java Programming...