Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
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.HttpURLConnectio

RE: Reloading Tomcat Server

2008-10-07 Thread Peter Crowther
> 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 > pURLConnec

Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
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

RE: Reloading Tomcat Server

2008-10-06 Thread Martin Gainty
one of 3 things that could possibly be causing this the response is too big the response is taking too long (timeout) you need to authenticate to the url I would use wget or curl to determine what the error is if you point us to the URL i can test it out here and then we can suggest an appropriat

Re: Reloading Tomcat Server

2008-10-06 Thread Pid
Barry Fawthrop wrote: > 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