Hi, the problem was my xml configurations. I am now using a java process
(seperate from the webserver) using the EmbeddedSolrServer method and post a
commit to the webserver at the end to sync the two cores which seems to work
well for me. Thanks for the help.


Development Team wrote:
> 
> Hi Brett,
>      Well, I'm running Solr in Jetty with JBoss, so I used the JBoss
> method
> of specifying properties (properties-service.xml). However, you can supply
> the solr-home to the command-line when you start Jetty by using a
> parameter
> like, "-Dsolr.solr.home=C:\solr". You can do it like how they do it for
> Tomcat: http://wiki.apache.org/solr/SolrTomcat?highlight=(solr.home)
> 
>      You mention your code is not compiling... the code should be able to
> compile whether or not you can actually start solr with the right
> solr-home.
> It should also compile regardless of how what container you deploy Solr
> into. What exactly are you trying to do besides getting Solr to start in
> Jetty?
> 
> - Daryl.
> 
> 
> 
> On Thu, Jun 18, 2009 at 9:58 PM, pof <melbournebeerba...@gmail.com> wrote:
> 
>>
>>
>> Development Team wrote:
>> >
>> > To specify the
>> > solr-home I use a Java system property (instead of the JNDI way) since
>> I
>> > already have other necessary system properties for my apps.
>> >
>>
>> Could you please give me a concrete example of how you did this? There is
>> no
>> example code or commandline examples to be found.
>>
>> Cheers, Brett.
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Solr-Jetty-confusion-tp24087264p24104378.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Solr-Jetty-confusion-tp24087264p24142282.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to