RE: Build solr with Maven

2012-03-29 Thread Aleksander Akerø
Yes I figured my problem would be something like that. I'll try with the catalina/tomcat home variables I think. Thank you. -Original Message- From: Ingar Hov [mailto:ingar@gmail.com] Sent: 29. mars 2012 14:13 To: solr-user@lucene.apache.org Subject: Re: Build solr with Mav

Re: Build solr with Maven

2012-03-29 Thread Ingar Hov
om] > Sent: 29. mars 2012 12:57 > To: solr-user@lucene.apache.org > Subject: Re: Build solr with Maven > > I see.. > > Try to use ... in web.xml. > > Regards, > Ingar > > On Thu, Mar 29, 2012 at 8:34 AM, Aleksander Akerø > wrote: >> Well, it's got all

RE: Build solr with Maven

2012-03-29 Thread Aleksander Akerø
:57 To: solr-user@lucene.apache.org Subject: Re: Build solr with Maven I see.. Try to use ... in web.xml. Regards, Ingar On Thu, Mar 29, 2012 at 8:34 AM, Aleksander Akerø wrote: > Well, it's got all to do with how we have decided the rest of our > deployment environment. So the point

Re: Build solr with Maven

2012-03-29 Thread Ingar Hov
olution here but a tomcat configuration is out of the question. > I was hoping there was some way to set this via mavens pom.xml or something > like that. > > -Original Message- > From: Ingar Hov [mailto:ingar@gmail.com] > Sent: 28. mars 2012 18:48 > To: solr-user@l

RE: Build solr with Maven

2012-03-28 Thread Aleksander Akerø
-Original Message- From: Ingar Hov [mailto:ingar@gmail.com] Sent: 28. mars 2012 18:48 To: solr-user@lucene.apache.org Subject: Re: Build solr with Maven Is there any good reason for keeping solr_home within the webapp? It should work, but I would not recommend it. Have you confi

Re: Build solr with Maven

2012-03-28 Thread Ingar Hov
Is there any good reason for keeping solr_home within the webapp? It should work, but I would not recommend it. Have you configured solr_home somewhere? One way in Tomcat is to do something like this: -- -- in either: $tomcat_home/conf/Catalina/localhost/solr.xml or in $tomcat_home/conf/ser

Build solr with Maven

2012-03-28 Thread Aleksander Akerø
Hi My company has just decided to use maven to build new projects, which then includes building solr with maven too. But then it has been decided that solr_home also should be installed within the webapp someplace. But now I have got the problem that solr can’t find the config files and so on.