You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Lucas Alberto Santos (JIRA)" <ji...@apache.org> on 2016/08/02 18:26:20 UTC

[jira] [Commented] (BIGTOP-2509) Path error in bigtop-packages/src/common/solr/tomcat-deployment.sh

    [ https://issues.apache.org/jira/browse/BIGTOP-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404536#comment-15404536 ] 

Lucas Alberto Santos commented on BIGTOP-2509:
----------------------------------------------

Similar problem.

> Path error in bigtop-packages/src/common/solr/tomcat-deployment.sh
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-2509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: solr
>    Affects Versions: 1.1.0
>            Reporter: Lucas Alberto Santos
>            Assignee: Roman Shaposhnik
>              Labels: patch, releasenotes
>             Fix For: 1.2.0
>
>
> From Release 1.1.0, i found a error in the Solr deployment script: bigtop-packages/src/common/solr/tomcat-deployment.sh 
> There is a incorrect path, the error line is:
> cp -r ${SOLR_HOME}/webapps ${TOMCAT_DEPLOYMENT}/webapps
> To fix the webapps path error, change the line to:
> cp -r ${SOLR_HOME}/server/webapps ${TOMCAT_DEPLOYMENT}/webapps



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)