On 5/6/2015 2:29 PM, Tim Dunphy wrote: > I'm trying to setup an old version of Solr for one of our drupal > developers. Apparently only versions 1.x or 3.x will work with the current > version of drupal. > > I'm setting up solr 3.4.2 under tomcat. > > And I'm getting this error when I start tomcat and surf to the /solr/admin > URL: > > HTTP Status 404 - missing core name in path > > type Status report > > message missing core name in path > > description The requested resource is not available.
The URL must include the core name. Your defaultCoreName is collection1, and I'm guessing you don't have a core named collection1. Try browsing to just /solr instead of /solr/admin ... you should get a list of links for valid cores, each of which will take you to the admin page for that core. Probably what you will find is that when you click on one of those links, you will end up on /solr/corename/admin.jsp as the URL in your browser. Thanks, Shawn