Issue
Hello by changing the extension of jsp to ex : xyz the eclipse editor can't recognition the file is jsp how I can add my custom extension to eclipse ide for behavior like jsp? I added this line to my web.xml
<jsp-config>
<jsp-property-group>
<url-pattern>*.xyz</url-pattern>
</jsp-property-group>
</jsp-config>
Solution
You would add *.xyz
to the JSP entry on the Content Types preference page. It's under "Text".
Answered By - nitind