Re: need help to integrate SolrJ with my web application.

2012-04-18 Thread Marcelo Carvalho Fernandes
8080 :D > > Hope that helps > > -Original Message- > From: Vijaya Kumar Tadavarthy [mailto:vijaya.tadavar...@ness.com] > Sent: 16 April 2012 12:15 > To: 'solr-user@lucene.apache.org' > Subject: need help to integrate SolrJ with my web application. > > H

RE: need help to integrate SolrJ with my web application.

2012-04-16 Thread Ben McCarthy
that helps -Original Message- From: Vijaya Kumar Tadavarthy [mailto:vijaya.tadavar...@ness.com] Sent: 16 April 2012 12:15 To: 'solr-user@lucene.apache.org' Subject: need help to integrate SolrJ with my web application. Hi All, I am trying to integrate solr with my Spring appli

Re: need help to integrate SolrJ with my web application.

2012-04-16 Thread Rafał Kuć
Hello! What is the context your web application is available at ? Because I see you try to connect to: String url = "http://localhost:8080/solr";; Which may be different in your case. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hi All, > I am trying to

need help to integrate SolrJ with my web application.

2012-04-16 Thread Vijaya Kumar Tadavarthy
Hi All, I am trying to integrate solr with my Spring application. I have performed following steps: 1) Added below list of jars to my webapp lib folder. apache-solr-cell-3.5.0.jar apache-solr-core-3.5.0.jar apache-solr-solrj-3.5.0.jar commons-codec-1.5.jar commons-httpclient-3.1.jar lucene-analy