2 Replies Latest reply on Nov 2, 2009 8:46 AM by suxuguang

    running servicemix without internet access

    suxuguang

      Hi exports,

        Can servicemix work on an isolated machine without internet access?

       

      Thanks!

        • 1. Re: running servicemix without internet access
          joe.luo

          I guess you are referring to Servicemix 4.

           

          Yes. All necessary jars/bundles should be in your "system/" directory for servicemix to run if you start it very first time. After that, if you install a feature that requires some of external jars/bundles, you will need to make sure that they are in your local maven repository in order to install the feature successfully.

          • 2. Re: running servicemix without internet access
            suxuguang

            Thank you Joe.

             

            I am not using servicemix 4. I am using 3.4.0.1. I am trying to run it on a machine that has no internet access (for the security requirement from our clients). But I am getting null pointer exception.

             

            Is there a way to turn off internet access for servicemix 3.4.x?

             

            Thanks again!