Github user drigodwin commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/178#discussion_r115227186
  
    --- Diff: guide/blueprints/config-files.md ---
    @@ -0,0 +1,78 @@
    +---
    +title: Uploading Script and Configuration Files
    +layout: website-normal
    +toc: ../guide_toc.json
    +categories: [use, guide, defining-applications]
    +---
    +
    +Blueprints often require that parameterized scripts and configuration 
files are available to be copied to the
    +target VM. These must be URLs resolvable from the Brooklyn instance, or on 
the Brooklyn classpath. One simple way 
    +to achieve this is to compile the support files into a .jar, which is then 
added to Brooklyn's 'dropins' folder. 
    +Alternatively, an OSGi bundle can be used, referenced from the catalog 
item. 
    --- End diff --
    
    Perhaps mention that these methods are specific to the way brooklyn is 
launched.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to