Hi guys,
I've tried deploying Solr on Weblogic and am gettting the following error
in my console trace:
13-Jun-2007 15:37:35 org.apache.solr.core.Config getInstanceDir
INFO: using system property solr.home: D:/apache-solr-1.2.0/example/solr/
13-Jun-2007 15:37:35 org.apache.solr.core.Config setIn
sorry - I'm using weblogic 9.2
Daniel Alheiros <[EMAIL PROTECTED]>
13/06/2007 16:05
Please respond to solr-user
To:
cc:
Subject:Re: Unfriendly Weblogic
Which version of Weblogic are you trying?
Some old versions have a wrong javax.servlet.Filter
hmmm... the INFO log suggests it has found my solr.solr.home argument ok.
I don't know how readable the whole stack is but I've included it below.
Have I missed a step in the setup? The only steps to deploy Solr I've
taken are:
1) Add "-Dsolr.solr.home=D:/apache-solr-1.2.0/example/solr" as a JV
Hi Hoss,
In a round-about way the changes you asked me to make to the catch block
led to the solution. It turned out to be an old version of solr in my
classpath that was being loaded first. I tracked it down after deploying
your changes and seeing no change to the logging.
A bit foolish of me