> From: Barry Fawthrop [mailto:[EMAIL PROTECTED] [...] > wget -O .../local_news > http://www.topix.com/rss/county/citrus-fl [...] > java.io.FileNotFoundException: > http://www.topix.com/rss/county/citrus-fl > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(Htt > pURLConnection.java:1239) > at > com.sun.cnpi.rss.parser.RssParserImpl.parse(RssParserImpl.java:100) > at > com.sun.cnpi.rss.taglib.FeedTag.doStartTag(FeedTag.java:121) > at org.apache.jsp.index_jsp._jspService(index_jsp.java:155)
Are you *sure* you've changed your JSP to read from the local file? That looks like it's still trying to read directly from the URL during the request. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]