I am running Solr in a shared Tomcat v5.5.28 (I have access to all instances) on a Linux VPS server. When I set it all up, Tomcat starts properly and I can see that it has accesses my Solr Config directory properly.
I can access the JSP pages if I reference them directly (http://mysite.com/solr/admin/index.jsp for example) but access to URL's like: 1. http://mysite.com/solr/admin/ 2. http://mysite.com/solr/admin/dataimport.jsp?clean=false&commit=true&comm and=full-import 3. http://mysite.com/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&inden t=on all return 404 errors like "URL /solr/select/ was not found on this server." I have tried all I can think of and wondering if anyone else has some thoughts. This all works great on my development PC where I run the same version of Tomcat. Thanks, Mike