Hi,

----- Original Message ----
From: David Whalen <[EMAIL PROTECTED]>

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

OG: In which situations?  Jetty is great, actually! (the pretty high traffic 
site in my sig runs Jetty)

Otis 

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/  -  Tag  -  Search  -  Share



> -----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