[back to HomePage]

Tutorial how to create a java Server pages (JSP) project with Netbeans



You should already have Java ( JDK ) and an IDE ( Netbeans or Eclipse ),
as well as a server ( GlassFish / Tomcat) installed.
Otherwise you can not do the examples, or only with a lot of know how (in the latter case you do not need any more examples ;-) ) !

back to home

Step 1: create a new project in Netbeans..



Step 2: define the project type.. "Java Web"



Step 3: set the project name and location..



Step 4: set the server.. (here: GlassFish)


Steps 5-11 on Page 2
Step 5: create the project..



Step 6: delete the automatically created index.html file from the project..



Step 7: create a new JSP file..



Step 8: rename the new JSP file to index.jsp..



Step 9: the project jstree1 is created..



Step 10: Start the project jstree1 the first time..



Step 11: the messages during and after the start (Netbeans starts the installed server automatically)..



Information: select the browser to display the project..



Finale of Steps 1 - 11: the created page index.jsp in the browser view



Steps 13-14 on Page 3
Step 13: the project extended by the vakata/jstree view in Netbeans..



Step 14: the executed project



Steps 1-4 and back to home on Page 1