The current working directory (Cwd) is the directory from which you started
the Tomcat server and is not dependent on the Solr instance configurations.
So as long as SolrHome is correct for each Solr instance, you shouldn't have
a problem.
cheers,
Piete



On 10/08/07, Jae Joo <[EMAIL PROTECTED]> wrote:
>
> Here are the Catalina/localhost/ files
> For "example" instance
> <Context docBase="/rpt/src/apache-solr-1.2.0/dist/solr.war"
>          debug="0" crossContext="true">
> <Environment name="solr/home" type="java.lang.String"
> value="/rpt/src/apache-solr-1.2.0/example/solr"
> override="true" />
>
> </Context>
>
>
> For ca_companies instance
>
> <Context docBase="/rpt/src/apache-solr-1.2.0/dist/solr.war"
>          debug="0" crossContext="true">
> <Environment name="solr/home" type="java.lang.String"
> value="/rpt/src/apache-solr-1.2.0/ca_companies/solr"
> override="true" />
>
> </Context>
>
>
> Urls
> http://host:8080/solr/admin --> pointint "example" instance (Problem...)
> http://host:8080/solr_ca/admin --> pointing "ca-companies" instance (it
> is working)
>
> -----Original Message-----
> From: Jae Joo [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 5:45 PM
> To: solr-user@lucene.apache.org
> Subject: tomcat and solr multiple instances
>
> Hi,
>
>
>
> I have built 2 solr instance - one is "example" and the other is
> "ca_companies".
>
>
>
> The "ca_companies" solr instance is working find, but "example is not
> working...
>
>
>
> In the admin page, "/solr/admin", for "example" instance, it shows that
>
>
>
> Cwd=/rpt/src/apache-solr-1.2.0/ca_companies/solr/conf
>
> --> this should be
>
> Cwd=/rpt/src/apache-solr-1.2.0/example/solr/conf
>
>
>
> SolrHome=/rpt/src/apache-solr-1.2.0/example/solr/
>
>
>
> Any one knows why?
>
>
>
> If I run Jetty for instance "example", it is working well...
>
>
>
> Thanks,
>
>
>
> Jae Joo
>
>

Reply via email to