Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-28 Thread newBea
Hi Alejandro, I followed the steps given by you on this forum for solr installation. Its working well... However do you have any idea about starting solr on prerequisite port. I mean if I want solr to run on port different than 8080 and with the same steps provided by you, what would be the

Tomcat(8080) - Solr(80) port setup confusion??

2008-02-28 Thread newBea
Hi All, I have installed solr through tomcat(5.5.23). Its up and running on port 8080. Its like, if tomcat is running, solr is running and vice versa. I need tomcat on 8080 and solr on 80 port...Is this possible? Do I need to make changes in the server.xml of tomcat/conf...Is there any way to do

RE: Tomcat(8080) - Solr(80) port setup confusion??

2008-02-28 Thread newBea
Thanks for the reply... Ya tomcat is an application server for web applications. However as we can start solr on any port using jetty server as given below... Jetty.xml in apache-solr-1.1.0.0(Release version)\example\etc Set name=PortSystemProperty name=jetty.port default=8983//Set Above the

Re: solr to work for my web application

2008-02-26 Thread newBea
and also this should be up and running through tomcat configuration for solr. I am searching for this requirement, please let me know if you have any clues. Thanks in advance... Thorsten Scherler-3 wrote: On Fri, 2008-02-22 at 04:11 -0800, newBea wrote: Hi Thorsten, Many thanks for ur

Re: solr to work for my web application

2008-02-22 Thread newBea
Hi Thorsten, Many thanks for ur replies so far...finally i set up correct environment for Solr. Its working:clap: Solr Rocks! Thorsten Scherler wrote: On Thu, 2008-02-14 at 23:16 -0800, newBea wrote: Hi Thorsten... SOrry for giving u much trouble but I need some answer regarding solr

RE: solr to work for my web application

2008-02-14 Thread newBea
My eclipse IDE still gives me suggestion that JNDI is not set properly...How to set JNDI for solr? I am using tomcat5.5.23 and added solr.xml with context fragments inside the tomact5.5/../catalina/localhost. Is it the correct way of doing it? Or do i need to add context fragment in the

Re: solr to work for my web application

2008-02-14 Thread newBea
of solr...any suggestions Thanks in advance... Thorsten Scherler wrote: On Wed, 2008-02-13 at 05:04 -0800, newBea wrote: I havnt used luke.xsl. Ya but the link provided by u gives me Solr Luke Request Handler Response... uniquekey is simple string as: csid So you have: uniqueKeycsid

solr to work for my web application

2008-02-13 Thread newBea
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 web application... Help would be appreciated... Thanks in advance. --

Re: solr to work for my web application

2008-02-13 Thread newBea
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

Re: solr to work for my web application

2008-02-13 Thread newBea
for all the documents in the schema documentand 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

Re: solr to work for my web application

2008-02-13 Thread newBea
for all the documents in the schema documentand 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. Thorsten Scherler-3 wrote: On Wed, 2008-02-13 at 00:06 -0800, newBea wrote: hi I am new to solr

Re: solr to work for my web application

2008-02-13 Thread newBea
start.jar and relevant folders in my working directory for web application. any help? Thorsten Scherler-3 wrote: On Wed, 2008-02-13 at 03:42 -0800, newBea wrote: Hi Thorsten, I have my application running on 8080 port with tomcat 5.5.23I am starting solr on port 8983 with jetty server using

Re: solr to work for my web application

2008-02-13 Thread newBea
missing... Thorsten Scherler wrote: On Wed, 2008-02-13 at 05:04 -0800, newBea wrote: I havnt used luke.xsl. Ya but the link provided by u gives me Solr Luke Request Handler Response... uniquekey is simple string as: csid So you have: uniqueKeycsid/uniqueKey and field name=csid type

RE: solr to work for my web application

2008-02-13 Thread newBea
Hey hi... Ya the content is generated dynamically from a database...but all data in the xml docs(parameters in it) will have same structure as specified in the schema..e.g all will have uniquekey parameter set as csid. I am adding particular case studies in my database with all information