Re: tomcat and solr multiple instances

2007-08-11 Thread Chris Hostetter
: Message-ID: : <[EMAIL PROTECTED]> : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the subject line of your email,

Re: tomcat and solr multiple instances

2007-08-09 Thread Pieter Berkel
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]>

RE: tomcat and solr multiple instances

2007-08-09 Thread Jae Joo
Here are the Catalina/localhost/ files For "example" instance For ca_companies instance 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: Ja