Hi I have got another problem. My site url is http://localhost:8080/hello/index.jsp but when i enter this it says 404 not found although it is there. But when i remove web.xml and class folder then it displays the page but with errors (because the class files are not there).
Satya Maheshwari
Ranch Hand
Joined: Jan 01, 2007
Posts: 368
posted
0
Originally posted by roomy iqbal: Hi I have got another problem. My site url is http://localhost:8080/hello/index.jsp but when i enter this it says 404 not found although it is there. But when i remove web.xml and class folder then it displays the page but with errors (because the class files are not there).
Where is the index.jsp placed in your web-application and what is the servlet-mapping that you have defined for it in web.xml?