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.co
Pid wrote:
> No! Bad!
>
> Your tomcat version & operating system variant (some version of linux?)
> would be useful.
>
> Try to locate the main tomcat logfile, 'catalina.out' in the tomcat/logs
> directory. This logfile should contain a detailed error & stacktrace
> for the 500 error page, pleas
To All
I have a simple website that reads third party RSS feeds and displays them.
(1) I have tried with DocBuilder
(2) tried with rssutils
(3) Even tried with the rss xml file downloaded locally (using wget) and
then a reading the local file.
All three have the same Issue. You can get it the
Greetings
I have a JSP which uses the sun.com rssutils.jar to read and display an
RSS feed.
I have noticed that when I run the page and then look at netstat -anp
that there is a ESTABLISH connection from tomcat to the RSS feed site.
The goes from ESTABLISH -> FIN_WAIT to goes away.
If I wait fo
If it helps here is the 500 Error Message
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
org.apache.jasper.JasperException: java.lang.NullPointerException
org.apache.jasper.servl
Martin Gainty wrote:
> take a look at this fairly intuitive tutorial at
> http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/
> /WEB-INF/rssutils.tld
> WEB-INF/lib/rssutils.jar
> ?
> Martin
> __
> Disclaimer and confidentia
My very first JSP application
(perhaps too much for my first app.)
Trying setup and home portal page.
That reads three remote RSS feeds (news, weather, etc...)
It will work for the first few seconds and then stops.
I have to restart the tomcat 6.0.18 server and then it all works again..
(1) Trie