Create project with netbeans
[1] Download the project template
[2] Extract the files, it is password protected, in case you don't know or forgot, send me email
[3] Open Netbeans
[4] File/New Project
[5] Categories (Web), Projects (Web Appllication with Existing Sources) and NEXT
[6] Select Location of the project folder, select Apache Tomcat ** server, NEXT
[7] NEXT
[8] Finish :)
Now you can compile (F11), run (F6) your project (starts tomcat web server). Good luck