element « Web.xml « JSP-Servlet Q&A





1. getting error :The content of element type "web-app" must match    stackoverflow.com

When i build my project in eclips Helios Service Release 2. then i got error in my web.xml. please suggest me what i have to do for this. In my project ...

2. Accessing elements of Web.xml in .Java file    coderanch.com

We have developed a portal in JSP,now we have some URL's which are pointing to authentication servers. we have made entries in web.xml and are accessing it in .JSP file with the help of getServletConfig().getServletContext().getInitParameter(""); if we try to access it the same way in *.java files we cant alternate way we found out is we have created a static ...