samples.util
Class Bootstrap

java.lang.Object
  extended by samples.util.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 Summary
Bootstrap()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

main

public static void main(String[] args)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.