NIHVIVO-2757 Unpack the Solr WAR file directly into Tomcat. Not the optimum solution.
This commit is contained in:
parent
a5d42ac5ac
commit
5a03e842be
2 changed files with 2 additions and 2 deletions
|
@ -342,6 +342,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
|||
target: deploySolr
|
||||
- - - - - - - - - - - - - - - - - -->
|
||||
<target name="deploySolr" depends="prepareSolr" unless="noSolrDeploy">
|
||||
<unwar src="${solr.docbase}" dest="${tomcat.home}/webapps/${solr.context.name}" />
|
||||
<copy todir="${tomcat.home}/conf/Catalina/localhost" overwrite="true" >
|
||||
<fileset file="${solr.context.config}" />
|
||||
</copy>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue