You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/05 14:10:24 UTC

[Solr Wiki] Update of "SolrJBoss" by volothamp

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrJBoss" page has been changed by volothamp.
The comment on this change is: Added instruction for Jboss 5.
http://wiki.apache.org/solr/SolrJBoss?action=diff&rev1=11&rev2=12

--------------------------------------------------

  </init-param>
  }}}
  
+ = JBoss 5 =
+ 
+ Solr (1.3) (''' TODO: should test with 1.4 too''') works fine in JBoss 5, but you should remove the following jars:
+ 
+  * xercesImpl-2.8.1.jar
+  * xml-apis-1.3.03.jar
+ 
+ from the WEB-INF/lib folder of solr.war
+ 
+ Since JBoss ships with its own version, solr will use the lib provided by JBoss 5.
+ 
+ You can even remove all the libs in WEB-INF/lib and put in server/{yourinstance}/lib if you want to deploy multiple instance of solr.
+ 
+ Logging should work without the steps declared in JBoss Logging section.
+