Peter Crowther wrote: >> 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. > Yes I'm sure I changed the index.jsp However, it probably is still reading the old version found in /usr/share/tomcat-6.0.18/work/Catalina/.... This might also be the cause. Is there anyway to flush it or better yet make it where it has to compile a new version each time. I realize in most cases this would NOT be the case.
Thanks again Barry --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]