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.


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


  

  

SolrRequestFilter
/*
  

  
  
  
SolrServer
Solr
Solr Server
org.apache.solr.servlet.SolrServlet
1
  

  
SolrUpdate
SolrUpdate
Solr Update Handler
org.apache.solr.servlet.SolrUpdateServlet
2
  

  
Logging
org.apache.solr.servlet.LogLevelSelection
  

  
  
ping
/admin/ping.jsp
  

  
SolrServer
/select/*
  

  
SolrUpdate
/update/*
  

  
Logging
/admin/logging
  

  
  
ping
/admin/ping
  

  
  
Logging
/admin/logging.jsp
  
  
  
.xsl

application/xslt+xml
  

  
index.jsp
index.html
  




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-with-Tomcat-on-VPS-tp3990397p3990687.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 any of
the JSP's by name.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-with-Tomcat-on-VPS-tp3990397p3990712.html
Sent from the Solr - User mailing list archive at Nabble.com.