Chris:

We're using Jetty also, so I get the sense I'm looking at the
wrong log file.

On that note -- I've read that Jetty isn't the best servlet
container to use in these situations, is that your experience?

Dave


> -----Original Message-----
> From: Chris Hostetter [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 08, 2007 11:20 PM
> To: solr-user
> Subject: RE: Availability Issues
> 
> 
> : My logs don't look anything like that.  They look like HTTP
> : requests.  Am I looking in the wrong place?
> 
> what servlet container are you using?  
> 
> every servlet container handles applications logs differently 
> -- it's especially tricky becuse even the format can be 
> changed, the examples i gave before are in the default format 
> you get if you use the jetty setup in the solr example (which 
> logs to stdout), but many servlet containers won't include 
> that much detail by default (they typically leave out the 
> classname and method name).  there's also typically a setting 
> that controls the verbosity -- so in some configurations only 
> the SEVERE messages are logged and in others the INFO 
> messages are logged ... you're going to want at least the 
> INFO level to debug stuff.
> 
> grep all the log files you can find for "Solr home set to" 
> ... that's one of the first messages Solr logs.  if you can 
> find that, you'll find the other messages i was talking about.
> 
> 
> -Hoss
> 
> 
> 

Reply via email to