Chris/Yonik, running solr.war file through Tomcat (instead of the start.jar
Jetty file) fixes the problem. I was running Jetty because I could very
easily run multiple instances just by changing the port in the jetty.xml
file. Sounds like I could file a bug on this, but it is certainly a
fringe/uncommon case ("Search POST Problem in Jetty start.jar")?
Thanks, Brian
-----Original Message-----
From: Yonik Seeley [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 2:21 PM
To: [email protected]
Subject: Re: Possible to HTTP POST (very long) queries?
On 4/19/06, Brian Lucas <[EMAIL PROTECTED]> wrote:
> 1. Regarding HTTP POST, I dropped in the 'start.jar' from the 04-19-2006
> build and still have the same error.
The start.jar is from the jetty appserver. You want a new solr.war in
the webapps directory.
-Yonik