Re: How to use multicore feature in JBOSS

2008-11-10 Thread Chris Hostetter
: One final question: : Even thogh things are working fine, The debug messages that i get from the : JBOSS console shows STDERR. : : A few lines from the JBOSS console while deploying solr.war: : : 11:44:20,578 ERROR [STDERR] 7 Nov, 2008 11:44:20 AM : org.apache.solr.servlet.SolrDispatchFilter i

Re: How to use multicore feature in JBOSS

2008-11-09 Thread con
Hi Guys any idea why this error is coming?? Waiting for your advice. Thanks con con wrote: > > Thanks Norberto and Hossma. > That really helped me. > > Fist of all i deleted the contents in the example/solr directory and > created a solx.xml that points to the multicore. > That itself worked

Re: How to use multicore feature in JBOSS

2008-11-06 Thread con
Thanks Norberto and Hossma. That really helped me. Fist of all i deleted the contents in the example/solr directory and created a solx.xml that points to the multicore. That itself worked. Then based on Hossman's comment i deleted the actual solr directory and renamed the multicore directory to

Re: How to use multicore feature in JBOSS

2008-11-06 Thread Chris Hostetter
: But for the first question, I am still not clear. : I think to use the multicore feature we should inform the server. In the : Jetty server, we are starting the server using: java : -Dsolr.solr.home=multicore -jar start.jar : Once the server is started I think it will take the parameters from :

Re: How to use multicore feature in JBOSS

2008-11-05 Thread Norberto Meijome
On Tue, 4 Nov 2008 23:45:40 -0800 (PST) con <[EMAIL PROTECTED]> wrote: > But for the first question, I am still not clear. > I think to use the multicore feature we should inform the server. In the > Jetty server, we are starting the server using: java > -Dsolr.solr.home=multicore -jar start.jar

Re: How to use multicore feature in JBOSS

2008-11-04 Thread con
Thanks Norberto Thanks for your reply Its my mistake to forget the basics. :-( But for the first question, I am still not clear. I think to use the multicore feature we should inform the server. In the Jetty server, we are starting the server using: java -Dsolr.solr.home=multicore -jar start

Re: How to use multicore feature in JBOSS

2008-11-04 Thread Norberto Meijome
On Tue, 4 Nov 2008 09:55:38 -0800 (PST) con <[EMAIL PROTECTED]> wrote: > 1) Which all files do I need to edit to use the multicore feature? > 2) Also, where can I specify the index directly so that we can point the > indexed documents to a custom folder instead of jboss/bin? Con, please check the