Re: Tomcat6 env-entry

2007-12-05 Thread Chris Hostetter
Erik has already made some good fllowup comments, but to address some specific points... : What was the original thinking behind not having solr/home set in the : web.xml -- seems like an easier way to deal with this. because then people would *have* to unpack the war to change it ... some co

Re: Tomcat6 env-entry

2007-12-05 Thread Sami Siren
I don't recall any differences in tomcat 6 configuration compared to tomcat 5, did you try to follow the information on wiki for tomcat 5 on your installation? -- Sami Siren Matthew Runo wrote: > Ok, I updated it. I hope it makes sense =\ > > I'm not really familiar enough with the Context cha

Re: Tomcat6 env-entry

2007-12-05 Thread Erik Hatcher
our stuff in the Context -- it becomes "this is the default", copy example/solr to /opt/solr (or we have a script do it) and deploy the .war - Original Message - From: "Chris Hostetter" <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, Decembe

Re: Tomcat6 env-entry

2007-12-05 Thread Matthew Runo
d deploy the .war - Original Message - From: "Chris Hostetter" <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, December 4, 2007 6:34:55 PM (GMT-0800) America/ Los_Angeles Subject: Re: Tomcat6 env-entry : It works excellently in Tomcat 6. The toughe

Re: Tomcat6 env-entry

2007-12-05 Thread Erick Erickson
example/solr to /opt/solr (or we have a script do it) and deploy > >> the .war > >> > >> > >> - Original Message - > >> From: "Chris Hostetter" <[EMAIL PROTECTED]> > >> To: solr-user@lucene.apache.org > >> Sent: T

Re: Tomcat6 env-entry

2007-12-05 Thread Matthew Runo
4:55 PM (GMT-0800) America/ Los_Angeles Subject: Re: Tomcat6 env-entry : It works excellently in Tomcat 6. The toughest thing I had to deal with is : discovering that the environment variable in web.xml for solr/ home is : essential. If you skip that step, it won't come up. no, there&

Re: Tomcat6 env-entry

2007-12-05 Thread Erik Hatcher
al Message - From: "Chris Hostetter" <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, December 4, 2007 6:34:55 PM (GMT-0800) America/ Los_Angeles Subject: Re: Tomcat6 env-entry : It works excellently in Tomcat 6. The toughest thing I had to deal with is : discov

Re: Tomcat6 env-entry

2007-12-04 Thread Yousef Ourabi
4:55 PM (GMT-0800) America/Los_Angeles Subject: Re: Tomcat6 env-entry : It works excellently in Tomcat 6. The toughest thing I had to deal with is : discovering that the environment variable in web.xml for solr/home is : essential. If you skip that step, it won't come up. no, there's no re

Re: Tomcat6 env-entry

2007-12-04 Thread Chris Hostetter
: It works excellently in Tomcat 6. The toughest thing I had to deal with is : discovering that the environment variable in web.xml for solr/home is : essential. If you skip that step, it won't come up. no, there's no reason why you should need to edit the web.xml file ... the solr/home property

Tomcat6 env-entry

2007-12-04 Thread Gary Harris
It works excellently in Tomcat 6. The toughest thing I had to deal with is discovering that the environment variable in web.xml for solr/home is essential. If you skip that step, it won't come up. solr/home java.lang.String F:\Tomcat-6.0.14\webapps\solr - Origi