Author: ruwan Date: Sat Jul 4 10:17:39 2009 New Revision: 40784 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40784
Log: Fixing the install file Modified: branches/esb/java/2.1/product/INSTALL.txt Modified: branches/esb/java/2.1/product/INSTALL.txt URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/INSTALL.txt?rev=40784&r1=40783&r2=40784&view=diff ============================================================================== --- branches/esb/java/2.1/product/INSTALL.txt (original) +++ branches/esb/java/2.1/product/INSTALL.txt Sat Jul 4 10:17:39 2009 @@ -1,7 +1,10 @@ -Installing WSO2 Enterprise Service Bus (ESB) 2.0 +Installing WSO2 Enterprise Service Bus (ESB) 2.1.0 +=================================================== -WSO2 ESB 2.0 can be run either in standalone mode or as a webapp within a -servlet container. +WSO2 ESB 2.1.0 can be run either in standalone mode or as a webapp within a +servlet container, for webapp deployment please follow the ESB documentation +available at the http://wso2.org/project/esb/java/2.1.0/docs/index.html or +download the WSO2 ESB documentation distribution. Standalone Mode ======================= @@ -18,18 +21,53 @@ 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 + Usage: wso2server.sh [command] [options] [system-properties] + + command: + --run Run the ESB server + --start Start ESB as a Unix daemon in the background + --console Start ESB as a Unix daemon in the foreground + --stop Stop the ESB Unix daemon + --status Get the status of the ESB Unix daemon + --dump Print a thread dump of the ESB Unix daemon + --restart Restart the ESB Unix daemon + --version What version of the ESB server are you running + + options: + --debug <port> Start the server in remote debugging mode. + port: The remote debugging port. + --cleanCache Clean cache & component repository + --cleanRegistry Clean registry space + --reset Clean the cache & component repository and the + registry space + + system-properties: + -DhttpPort Overrides the HTTP port defined in the + transports.xml file + -DhttpsPort Overrides the HTTPS port defined in the + transports.xml file + -DuseSynapseXML Reloads the synapse configuration from the + synapse.xml file + -DSynapseServerName=[server-name] + Server name of the synapse server + -DosgiConsole=[port] + Start Carbon with Equinox OSGi console. + If the optional 'port' parameter is provided, a + telnet port will be opened + -DosgiDebugOptions=[options-file] + Start Carbon with OSGi debugging enabled. + If the optional 'options-file is provided, the + OSGi debug options will be loaded from it. + -Dsetup Clean the Registry database & other + configuration, recreate DB, re-populate the + configuration, and start Carbon + -Dcarbon.registry.root + The root of the Registry used by + this Carbon instance + -Dwso2.transports.xml + Location of the transports.xml file. + -Dweb.location The directory into which UI artifacts + included in an Axis2 AAR file are extracted to System Requirements ======================= @@ -38,16 +76,17 @@ 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. + 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. + 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 + JDK 1.5.x version and Maven 2.1.0 or later For more details see http://wso2.org/wiki/display/carbon/System+Requirements @@ -55,7 +94,13 @@ Running Samples ======================= ESB samples are available at CARBON_HOME/samples directory. -The instructions to run sample are given in the samples guide in the WSO2 ESB Documentation - wso2esb-2.0-docs.zip +The instructions to run samples are given in the samples guide in the WSO2 ESB +Documentation, http://wso2.org/project/esb/java/2.1.0/docs/index.html or refer +to the documentation distribution [wso2esb-2.1.0-docs.zip]. + +To run the ESB server in sample mode use, + + ./wso2esb-samples.sh -sn ${sample-number} + ./wso2esb-samples.bat -sn ${sample-number} _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
