Author: supun Date: Wed Jan 28 05:12:33 2009 New Revision: 29867 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29867
Log: Modified: trunk/esb/java/INSTALL.txt Modified: trunk/esb/java/INSTALL.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/INSTALL.txt?rev=29867&r1=29866&r2=29867&view=diff ============================================================================== --- trunk/esb/java/INSTALL.txt (original) +++ trunk/esb/java/INSTALL.txt Wed Jan 28 05:12:33 2009 @@ -1,61 +1,61 @@ -Installing WSO2 Enterprise Service Bus (ESB) 2.0 - -WSO2 ESB 2.0 can be run either in standalone mode or as a webapp within a -servlet container. - -Standalone Mode -======================= -1. The directory containing this INSTALL file will the root and it will be - treated as Carbon home directory and let it be CARBON_HOME. - -2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder. - -3. To start WSAS one can use either wso2server.sh or daemon.sh in all *nix - system & wso2server.bat file on Windows operating systems. - -4. Either of the following commands can be used to start ESB - i) ./wso2server.sh {console|start|stop|restart|status|dump|version} - ii) ./daemon.sh {console|start|stop|restart|status|dump} - iii) wso2server.bat {start|stop|version} - - Usage: wso2server.sh [command] - command: - --debug <port> Start the server in remote debugging mode. - port: The remote debugging port. - --run Run the server - --start Start Carbon as a Unix daemon in the background - --console Start Carbon as a Unix daemon in the foreground - --stop Stop the Carbon Unix daemon - --status Get the status of the Carbon Unix daemon - --dump Print a thread dump of the Carbon Unix daemon - --restart Restart the Carbon Unix daemon - --version What version of the Carbon server are you running - -System Requirements -======================= -1. Minimum memory - 256MB -2. Processor - Pentium 800MHz or equivalent at minimum -3. Java SE Development Kit 1.5.13 or higher -4. The Management Console requires you to enable Javascript of the Web browser, - with MS IE 6 and 7. In addition to JavaScript, ActiveX should also be enabled - with IE. This can be achieved by setting your security level to medium or lower. - NOTE: - On Windows Server 2003, it is not allowed to go below the medium security - level in Internet Explorer 6.x and the default medium security setting with - IE does not allow sufficient level of JS or ActiveX enablement for the management - console to run. -5. To compile and run the sample clients, an Ant version is required. Ant 1.7.0 - version is recommended -6. To build WSO2 ESB from the Source distribution, it is necessary that you have - JDK 1.5.x version and Maven 2.0.6 or later - -For more details see - http://wso2.org/wiki/display/carbon/System+Requirements - -Running Samples -======================= -ESB samples are available at CARBON_HOME/samples directory. -The instructions to run sample are given in README.txt file of the respective -samples. - - +Installing WSO2 Enterprise Service Bus (ESB) 2.0 + +WSO2 ESB 2.0 can be run either in standalone mode or as a webapp within a +servlet container. + +Standalone Mode +======================= +1. The directory containing this INSTALL file will the root and it will be + treated as Carbon home directory and let it be CARBON_HOME. + +2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder. + +3. To start ESB one can use either wso2server.sh or daemon.sh in all *nix + system & wso2server.bat file on Windows operating systems. + +4. Either of the following commands can be used to start ESB + i) ./wso2server.sh {console|start|stop|restart|status|dump|version} + ii) ./daemon.sh {console|start|stop|restart|status|dump} + iii) wso2server.bat {start|stop|version} + + Usage: wso2server.sh [command] + command: + --debug <port> Start the server in remote debugging mode. + port: The remote debugging port. + --run Run the server + --start Start Carbon as a Unix daemon in the background + --console Start Carbon as a Unix daemon in the foreground + --stop Stop the Carbon Unix daemon + --status Get the status of the Carbon Unix daemon + --dump Print a thread dump of the Carbon Unix daemon + --restart Restart the Carbon Unix daemon + --version What version of the Carbon server are you running + +System Requirements +======================= +1. Minimum memory - 256MB +2. Processor - Pentium 800MHz or equivalent at minimum +3. Java SE Development Kit 1.5.13 or higher +4. The Management Console requires you to enable Javascript of the Web browser, + with MS IE 6 and 7. In addition to JavaScript, ActiveX should also be enabled + with IE. This can be achieved by setting your security level to medium or lower. + NOTE: + On Windows Server 2003, it is not allowed to go below the medium security + level in Internet Explorer 6.x and the default medium security setting with + IE does not allow sufficient level of JS or ActiveX enablement for the management + console to run. +5. To compile and run the sample clients, an Ant version is required. Ant 1.7.0 + version is recommended +6. To build WSO2 ESB from the Source distribution, it is necessary that you have + JDK 1.5.x version and Maven 2.0.6 or later + +For more details see + http://wso2.org/wiki/display/carbon/System+Requirements + +Running Samples +======================= +ESB samples are available at CARBON_HOME/samples directory. +The instructions to run sample are given in README.txt file of the respective +samples. + + _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
