I'm afraid I don't have the answer, I can only add that we also had this
problem. We later installed the official Tomcat binary, but still get the
"optimal performance in production environments" error notification.
-Graham
I'm getting the following when I used the "The Apache Tomcat Native library"
extensions in Gentoo:
Feb 13, 2007 12:55:42 AM org.apache.catalina.core.StandardContext
filterStart
SEVERE: Exception starting filter SolrRequestFilter
java.lang.ExceptionInInitializerError
at
org.apache.sol
On Feb 12, 2007, at 9:10 PM, Gmail Account wrote:
This would be great! I can't help with the solution but I am very
interested in using it if one of you guys can figure it out.
I can't wait to see if this works out.
And just for the record, Solr drives Collex @ NINES: www.nines.org/collex>
there no good solution yet. There has been discussion on possible approaches
http://www.nabble.com/convert-custom-facets-to-Solr-facets...-tf3163183.html#a8790179
http://wiki.apache.org/solr/UserTagDesign
On 2/12/07, Gmail Account <[EMAIL PROTECTED]> wrote:
I know that I've seen this topic
This would be great! I can't help with the solution but I am very
interested in using it if one of you guys can figure it out.
I can't wait to see if this works out.
Mike
- Original Message -
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 06, 2007 4:51 AM
Subj
I know that I've seen this topic before.. Is there a guidline on the best
way to create tagging in solr? For example, keeping track of what user
tagged what item in solr. And facetting based on tags?
Thanks,
Mike
: After reading the docs, I put it in example/solr/lib, but didn't remove
: it from example/ext. Whoops.
:
: Long story short, putting the custom.jar into example/solr/lib worked
: with java 5 and 6, so long as it wasn't also in example/ext.
That's excellent news Devon, thanks or the followup.
(
While pursuing the check with java 5, I tried to recreate the original
problem.
It took me a while, and I've discovered that underlying it all was a
PEBKAC situation.
Before reading the docs, I tried putting my custom.jar into any and
every directory that had jars.
After reading the docs, I put i