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
other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 6 Oct 2008 13:53:14 -0400 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Reloading Tomcat Server > > To All > > I have a simple

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

Reloading Tomcat Server

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