3 Replies Latest reply on Feb 18, 2017 11:18 PM by tadayosi

    deploy features in JBoss Fuse with no internet connection

    sonyjop

      Hi,

       

      I am seeking for a general approach been practiced.

       

      Scenario: A client site data centre with no internet access

      Requirement: Want to install features/route bundles into Jboss Fuse.

       

      Approach1:One approach I think of is to ship a maven repository as a file system to that data centre and

      mention in configuration files that the Container should look for artifacts in that local file system repository also.

       

      DrawBack: problem arise when a redeployment is required with few additional features to be available in the repository

           then I need to ship the entire repository folder again which is a big overhead.

       

      Experienced guys request your suggestions.