Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-09 Thread Michael Bakonyi
Am 05.07.2013 um 16:36 schrieb Shalin Shekhar Mangar: Okay so just for the rest of the people who dig up this thread. You had to put all the extra jar files required by typo3 into WEB-INF/lib to make this work. Is that right? Maybe this works aswell but I'd put it in a directory called lib

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Michael Bakonyi
Hm, can't anybody help me out? I still can't get my installation run correctly ... What I've found out recently – if I understand it aright: SolrInfoMBean has somehow to do with JMX. So I manually activated JMX via inserting jmx / within my solrconfig.xml as described here:

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Giovanni Bricconi
I saw something similar when I placed some jar in tomcat/lib (data import handler), the right place was instead WEB-INF/lib. I would try placing al needed jars there. 2013/7/5 Michael Bakonyi kont...@mb-neuemedien.de Hm, can't anybody help me out? I still can't get my installation run

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Shalin Shekhar Mangar
On Thu, Jul 4, 2013 at 4:32 PM, Michael Bakonyi kont...@mb-neuemedien.de wrote: Hi everyone, I'm trying to get the CMS TYPO3 connected with Solr 3.6.2. By now I followed the installation at http://wiki.apache.org/solr/SolrTomcat except that I didn't copy the .war-file into the $SOLR_HOME

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Michael Bakonyi
Hi Giovanni, damn, you were right! I would have never hit on that! Indeed I copied a jar into that dir as in one post I found somebody recommended that. Thx a lot for your help, now I have a look at the next error which appears ;) Cheers, Michael Am 05.07.2013 um 15:25 schrieb Giovanni

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Michael Bakonyi
Hi Shalin, Am 05.07.2013 um 16:23 schrieb Shalin Shekhar Mangar: There are plenty of use-cases for having multiple cores. You may have two different schemas for two different kind of documents. Perhaps you are indexing content in multiple languages and you may want a core per language. In

Re: ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-05 Thread Shalin Shekhar Mangar
Okay so just for the rest of the people who dig up this thread. You had to put all the extra jar files required by typo3 into WEB-INF/lib to make this work. Is that right? On Fri, Jul 5, 2013 at 8:03 PM, Michael Bakonyi kont...@mb-neuemedien.de wrote: Hi Shalin, Am 05.07.2013 um 16:23 schrieb

ClassNotFoundException regarding SolrInfoMBean under Tomcat 7

2013-07-04 Thread Michael Bakonyi
Hi everyone, I'm trying to get the CMS TYPO3 connected with Solr 3.6.2. By now I followed the installation at http://wiki.apache.org/solr/SolrTomcat except that I didn't copy the .war-file into the $SOLR_HOME but referencing to it at a different location via Tomcat Context fragment file.