Hi Everyone,
I am working on JSP/Servlet code in Eclipse and
JBoss AS 5.1.0. I have created a Dynamic Web Project in Eclipse and created the classes and the
JSP's. The problem that i face is that when i run the project on the server then i face a problem that none of the JSP's get displyed on the Browser. Could you please tell me what the problem is. I have attached a screen shot of my
Servlet because i think my folder structure in Eclipse is incorrect.
Only the <welcome-file> tag's JSP get rendered in the browser and then nothing.
My web.xml file looks like:
Also want to know that is <welcome-file-list> a mandatory tag?