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

Andrew Kuchling commented on BIGTOP-1474:
-----------------------------------------

Please note that this will make life more difficult for sysadmins. Installation 
via puppet can't just install the packages and go; instead they'll have to 
modify the contents of the deployment script, and package verification (e.g. 
rpm --verify) will therefore fail.  Is modifying the script in the repo or at 
package-build time very difficult?


> 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
>              Labels: releasenotes
>
> 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.4#6332)

Reply via email to