You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2017/03/18 22:52:42 UTC

[jira] [Updated] (BIGTOP-1474) Incorrect paths in /usr/lib/solr/tomcat-deployment.sh

     [ https://issues.apache.org/jira/browse/BIGTOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated BIGTOP-1474:
---------------------------------------
    Fix Version/s:     (was: 1.2.0)
                   backlog

> Incorrect paths in /usr/lib/solr/tomcat-deployment.sh
> -----------------------------------------------------
>
>                 Key: BIGTOP-1474
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1474
>             Project: Bigtop
>          Issue Type: Bug
>          Components: solr
>    Affects Versions: 0.8.0
>            Reporter: Andrew Kuchling
>            Assignee: Roman Shaposhnik
>              Labels: releasenotes
>             Fix For: backlog
>
>
> Today I was trying out the Solr 4.9 from the 0.8.0 RC, and it looks like some paths have changed.  In /usr/lib/solr/tomcat-deployment.sh there are two lines:
> cp -r ${SOLR_HOME}/webapps ${TOMCAT_DEPLOYMENT}/webapps
> cp -r ${TOMCAT_CONF}/WEB-INF/* ${TOMCAT_DEPLOYMENT}/webapps/solr/WEB-INF/
> I found that to actually get a working Solr setup, I needed to change
> these two lines to:
> cp -r ${SOLR_HOME}/server/webapps ${TOMCAT_DEPLOYMENT}/webapps
> cp -r ${SOLR_HOME}/server/webapps/solr/WEB-INF/* ${TOMCAT_DEPLOYMENT}/webapps/solr/WEB-INF/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)