I am trying to modify some old JSP project in Eclipse. I am running at some (seems trivial) problems.
In Eclipse Project Explorer, there is "Deployment Descriptor: MyApp" element. Inside, there are other sub-elements: Servlets, Servlet Mappings, etc..
My problem is, whatever I try to open (double click) in Servlets or Servlet Mappings, always web.xml gets open. I am trying to open some of servlets to see what they are doing, but this web.xml file keeps popping up.
This web.xml is in WEB-INF folder.
Why is this file opening by default and what is its purpose?
I have created test dynamic web project to try to recreate this issue. This behavior is not happening in test project.
Any ideas,
Thanks.