Reg: Adding a new feed in JSP


Hi,
I am trying to add a new RSS url in a JSP for a java application. So, i have downloaded the RSS Utilities library and the .tld file. Also configured the taglib in web.xml file. Included the taglib uri in the top of my JSP. Added the rss feed tag as

and my channel code is

Image:
Title:
Link:
Description:

But iam getting error as
java.io.FileNotFoundException: http://www.amfiindia.com/rss/navRSS.aspx?mf=44
in my JSP

pls reply me ASAP.