Re: Solr with Tomcat on VPS

2012-06-21 Thread mcfly04
Thanks for clarifying! I have the solr/home configured in the server.xml of Tomcat. When I had not set it properly there were errors in the log. It is configured correctly now as no errors are in the log regarding sorl/home. The issue is that I cannot access any of the Servlets. I can access a

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
Hi, you can also refer below url for solr configuration http://tek-manthan.blogspot.in/ Regards, Irshad On Thu, Jun 21, 2012 at 4:24 PM, mcfly04 wrote: > Thank you for your response. > > Are you referring to the SolrRequestFilter path-prefix? > Here is a copy of my web.xml: > > - > > >

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
HI, in this web.xml file you need to add below line solr/home your solr core path here java.lang.String On Thu, Jun 21, 2012 at 4:24 PM, mcfly04 wrote: > Thank you for your response. > > Are you referring to the SolrRequestFilter path-prefix? > Here is a copy o

Re: Solr with Tomcat on VPS

2012-06-21 Thread mcfly04
Thank you for your response. Are you referring to the SolrRequestFilter path-prefix? Here is a copy of my web.xml: - http://java.sun.com/dtd/web-app_2_3.dtd";> SolrRequestFilter org.apache.solr.servlet.SolrDispatchFilter SolrRequestF

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
Hi, You have to check installation configuration. Inside tomcat webapps folder you have putted solr.war file. and within this WEB-INF folder web.xml you have to check your solr core folder url On Thu, Jun 21, 2012 at 3:34 PM, mcfly04 wrote: > Can anyone help? > > -- > View this message i

Re: Solr with Tomcat on VPS

2012-06-21 Thread mcfly04
Can anyone help? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-with-Tomcat-on-VPS-tp3990397p3990677.html Sent from the Solr - User mailing list archive at Nabble.com.