Web.xml not displayed in Netbeans 6.9.1 instead sun-web.xml is being displayed, Is Sun-Web.xml the same as web.xml or else I need to add web.xml to do the servlet mapping???
It's just because while creating a new web project you are choosing GlassFish as Server. If you want to have web.xml then choose Tomcat as your server while creating the project.
Nitin Surana wrote:It's just because while creating a new web project you are choosing GlassFish as Server. If you want to have web.xml then choose Tomcat as your server while creating the project.
I am just clicking on New Project is there an option thats bydefault selected for server which i can change
subject: Web.xml not displayed in Netbeans 6.9.1 instead sun-web.xml is being displayed