How do I view multiple .html files through NetBeans (version 8.2)? -


i'm sorry if silly question, i'm experimenting creating java based web application in netbeans , i'm stuck on trivial.

i have multiple .html files in "web" folder, folder in project. when run project, can view index.html page in browser through localhost:8080//projectname. however, can't understand how view .html file. have items.html, i'm confused how view it? thought i'd able specify file path in url didn't work. tried multiple variations of "localhost:8080//projectname/web/items".

the server i'm using glassfish version 4.1.1.


Comments