On 8/2/2011 11:42 AM, Marian Steinbach wrote:
Can anyone tell me how a working configuration for Jetty 6.1.22 would have
to look like?
You know that Solr distro comes with a jetty with a Solr in it, right,
as an example application? Even if you don't want to use it for some
reason, that would probably be the best model to look at for a working
jetty with solr.
Or is the problem that you want a different version of jetty?
As it happens, I just recently set up a jetty 6.1.26 for another
project, not for solr. It was kind of a pain not being too familiar with
java deployment or jetty. But I did get JDNI working, by following the
jetty instructions here: http://docs.codehaus.org/display/JETTY/JNDI
(It was a bit confusing to figure out what they were talking about not
being familiar with jetty, but eventually I got it, and the instructions
were correct.)
But if I wanted to run Solr in jetty, I'd start with the jetty that is
distributed with solr, rather than trying to build my own.