Hi Thorsten,

I have my application running on 8080 port with tomcat 5.5.23....I am
starting solr on port 8983 with jetty server using command "java -jar
start.jar".

Both the server gets started...now any search I make on tomcat application
is interacting with solr very well. The problem is "schema.xml" and
"solrconfig.xml" in the conf directory are default one. But after adding
customized schema name parameter and required fields, solr is not working as
required.

Customized code for parsing the xml generated from solr is working
fine...but it is unable to find the uniquekey field which we set for all the
documents in the schema document....and thus result is 0 means nothing.

I am not able to find the solution for this one... any suggestions wud be
appreciated...thanks in advance.

newBea wrote:
> 
> Many thnks for the reply...Thorsten Scherler-3.
> 
> I have already visited those sites...but I think have to visit again...wl
> be back.
> 
> Thorsten Scherler-3 wrote:
>> 
>> On Wed, 2008-02-13 at 00:06 -0800, newBea wrote:
>>> hi 
>>> 
>>> I am new to solr/lucene...I have installed solr nightly version..its
>>> working
>>> very fine.
>>> 
>>> But it is working for the exampledocs present in the example folder of
>>> the
>>> nightly version of solr. I need solr to work for my current web
>>> application...I am using tomcat5.5.23 for the
>>> application(Windows)...using
>>> jetty to start solr from outside of the webapps folder.
>>> 
>>> Is there any way to start the jetty using tomcat?
>>> 
>>> Help would be appreciated...
>> 
>> some links that you may get started:
>> http://wiki.apache.org/solr
>> http://wiki.apache.org/solr/mySolr
>> http://wiki.apache.org/solr/SolrTomcat
>> 
>> salu2
>> -- 
>> Thorsten Scherler                                 thorsten.at.apache.org
>> Open Source Java                      consulting, training and solutions
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/solr-to-work-for-my-web-application-tp15450968p15456187.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to