i am new to the servelests and building a web application. When i create the new html file in myproejct under the web pages folder in netbeans and compilling that file it shows 404 error with following URL
http://localhost:8080/myproject/
but when i change this url to
http://localhost:8080/myproject/index.html
it shows the page..
and also when creating index.jsp instead of index.html and compile in netbeans it is shown in the browser
why this happen ????? any hint ??