Mike, I don't know for sure. But from the symptom, when error 404 happens, solr seems to still work fine (so does that part of Jetty.) Then those 404'ed pages may have some solr specific logic in it?
Regardless, I think it's a good idea to use a newer, released (not RC) version in general, considering 5.1 is one major version behind. And I'm glad to know that jetty works well for you - because I'm counting on it, and am not planning on learning Tomcat soon :) Do you mind mentioning what version of Jetty you are using in production? -- Best regards, Jack Wednesday, April 25, 2007, 12:27:41 PM, you wrote: > On 4/25/07, Jack L <[EMAIL PROTECTED]> wrote: >> That is understood. >> >> For people who are not familiar with Java servlet containers, like >> myself, the embedded web server takes the least effort to set up. >> And jetty is supposed be a production quality quality package, it'll be >> great that the default package with jetty can be used for production. > Do you know that Jetty is the culprit? We've been successfully using > it for production purposes. > -Mike