the wiki shows how to configure everything.  see "Multiple Solr Webapps" on:

http://wiki.apache.org/solr/SolrTomcat
http://wiki.apache.org/solr/SolrJetty
http://wiki.apache.org/solr/SolrResin



On 12/21/06, escher2k <[EMAIL PROTECTED]> wrote:


I guess the updates can also be done the same way then. So, I just have
to create multiple context paths with different schema.xml files in each ?
Thanks.


ryan mckinley wrote:
>
> You can run multiple webapps on a single app server (running on a single
> port).  Just give each index a seperate context path.  for example, you
> could have:
>
> http://xyz:8765/index1/select/?q=xxx
> http://xyz:8765/index2/select/?q=xxx
> http://xyz:8765/index3/select/?q=xxx
>
>
>
>
> On 12/21/06, escher2k <[EMAIL PROTECTED]> wrote:
>>
>>
>> I looked at the forums and found that it is not possible to have
multiple
>> indexes associated with one app server instance ? Is the best way to
run
>> multiple app server instances ? It would be a nice enhancement to
support
>> parameterization of the index to be used.
>> --
>> View this message in context:
>> http://www.nabble.com/Multiple-indexes...-tf2867500.html#a8014384
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
>
>

--
View this message in context:
http://www.nabble.com/Multiple-indexes...-tf2867500.html#a8018019
Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to