Package samples.util

Class Bootstrap


  • public class Bootstrap
    extends Object
    This bootstrap class used for bootstrapping a Axis2 server in standalone mode for windows environment. This will avoid long classpath issue occurs @ windows environment) Rather defining all library classpaths @ wrapper.conf user can give, 'wrapper.java.additional' parameter which should have all library paths seperated by commas(,). eg: wrapper.java.additional.8=-Djar.class.paths=../../lib,../../repository/components/plugins, ../../repository/components/extensions,

    In addition to above parameter 'system home' also defined for the current working directory. eg: wrapper.java.additional.9=-Dsystem.home=.

    Please note that this class will add only the *.jar files to the classpath. Other required files user should provide in the wrapper.conf

    • Constructor Detail

      • Bootstrap

        public Bootstrap()
    • Method Detail

      • main

        public static void main​(String[] args)