Tomcat5 + Solr. Problems in deploying the Webapp

2009-03-04 Thread Sudharshan S
Hi all, I am trying to setup a solr instance with Tomcat5 on a Fedora10 machine. Here is what I did, 1.) Copy the apache-solr-nightly.war to webapps/solr.war 2.) Set solr.solr.home in tomcat.conf 3.) Use the Manager interface of tomcat to deploy the webapp But, while doing so, I get the

Re: Tomcat5 + Solr. Problems in deploying the Webapp

2009-03-04 Thread Matt Mitchell
Hi, Have you looked at this page: http://wiki.apache.org/solr/SolrTomcat It almost sounds like you're deploying twice? Putting the solr.war in webapps would be one way, and the other would be a context config file + using the web manager. If you're using the config/context, then don't put the

Re: Tomcat5 + Solr. Problems in deploying the Webapp

2009-03-04 Thread Sudharshan S
Hi Matt, On Wed, Mar 4, 2009 at 9:52 PM, Matt Mitchell goodie...@gmail.com wrote: Hi, Have you looked at this page: http://wiki.apache.org/solr/SolrTomcat Yes. I mimicked the SimpleInstall method It almost sounds like you're deploying twice? Putting the solr.war in webapps would be one