Hi Shawn,
> 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. When I browse to /solr I see a link that points me to /solr/admin. And when I click on that link is when I see the error: *missing core name in path* I think what my problem is, is that I am not listing the cores correctly in the solr.xml file. This is what I have in my solr.xml file: <solr persistent="false" <cores adminPath="/admin/cores" defaultCoreName="collection1"> <core name="collection1" instanceDir="collection1" /> </cores> </solr> So what I did was create a directory at solr/admin/cores and put collection1 there: [root@aoadbld00032la solr]# ls -ld admin/cores/collection1 drwxr-xr-x. 5 root root 4096 May 6 17:29 admin/cores/collection1 So, if I assume correctly, that the way I reference the collection1 directory is the problem, how can I express this differently in my solr.xml file so that it works? Thanks, Tim On Wed, May 6, 2015 at 8:00 PM, Shawn Heisey <apa...@elyograg.org> wrote: > 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 > > -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B