[Carbon-commits] [Carbon] svn commit r67554 - branches/carbon/3.0.0/products/bam
rathav at wso2.com
rathav at wso2.com
Thu Jun 3 21:40:57 PDT 2010
Author: rathav
Date: Thu Jun 3 21:40:57 2010
New Revision: 67554
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=67554
Log:
removing samples section
Modified:
branches/carbon/3.0.0/products/bam/INSTALL.txt
Modified: branches/carbon/3.0.0/products/bam/INSTALL.txt
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.0.0/products/bam/INSTALL.txt?rev=67554&r1=67553&r2=67554&view=diff
==============================================================================
--- branches/carbon/3.0.0/products/bam/INSTALL.txt (original)
+++ branches/carbon/3.0.0/products/bam/INSTALL.txt Thu Jun 3 21:40:57 2010
@@ -1,127 +1,118 @@
-(1) Installing @product.name@, v at product.version@
-================================================
-
- at product.name@ @product.version@ can be run either in standalone mode or as a webapp within a
-servlet container.
-
-
-Standalone Mode
----------------
-1. The directory containing this INSTALL.txt file will the root and it will be
- treated as Carbon home directory and will be known as CARBON_HOME.
-
-2. All the shell scripts and .bat files are available in CARBON_HOME/bin directory.
-
-3. To start @product.name@ you can use either wso2server.sh or daemon.sh in all *nix
- systems & wso2server.bat file on Windows operating systems.
-
-4. Some of the commands that can be used to start @product.name@:
- 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 [commands] [system-properties]
-
- commands:
- --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.
- --cleanCache
- Clean cache and component repository.
- --cleanRegistry
- Clean registry space.
- --reset
- Clean the cache, component repository and the
- registry space.
- --version
- The version of the product you are running.
- --n
- Start Multiple Instances of the same server after you
- have successfully installed the Multiple-instances features
- from a feature repo.
-
- system-properties:
- -DhttpPort
- Overrides the HTTP port defined in the
- transports.xml file.
- -DhttpsPort
- Overrides the HTTPS port defined in the
- transports.xml file.
- -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 and other configuration,
- recreate DB, re-populate the configuration,
- and start Carbon.
-
- Note: If you have changed the webapp context of
- carbon from ROOT to foo, you will have to use
- -Dsetup=foo instead.
- -Dcarbon.registry.root
- The root of the Registry used by
- this Carbon instance.
-
- Note: Use this property if you want to have chroot
- behavior when sharing the database between
- multiple products.
- -Dwso2.transports.xml
- Location of the transports.xml file.
- -Dweb.location
- The directory into which the UI artifacts
- included in an Axis2 AAR file are extracted to.
-
-
-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 have sufficient levels of JavaScript and ActiveX enabled for the management
- console to run.
-
-5. To build @product.name@ from the Source distribution, it is also necessary that you
- have Maven 2.1.0 or later.
-
-For more details see
- http://wso2.org/wiki/display/carbon/System+Requirements
-
-
-
-(2) Running Samples
-===================
-
- at product.name@ samples are available at the CARBON_HOME/samples directory.
-The instructions to run sample are given in README.txt file of the respective
-samples, which is found in the relevant bin (binary) and src (source) directories.
-
-
+(1) Installing @product.name@, v at product.version@
+================================================
+
+ at product.name@ @product.version@ can be run either in standalone mode or as a webapp within a
+servlet container.
+
+
+Standalone Mode
+---------------
+1. The directory containing this INSTALL.txt file will the root and it will be
+ treated as Carbon home directory and will be known as CARBON_HOME.
+
+2. All the shell scripts and .bat files are available in CARBON_HOME/bin directory.
+
+3. To start @product.name@ you can use either wso2server.sh or daemon.sh in all *nix
+ systems & wso2server.bat file on Windows operating systems.
+
+4. Some of the commands that can be used to start @product.name@:
+ 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 [commands] [system-properties]
+
+ commands:
+ --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.
+ --cleanCache
+ Clean cache and component repository.
+ --cleanRegistry
+ Clean registry space.
+ --reset
+ Clean the cache, component repository and the
+ registry space.
+ --version
+ The version of the product you are running.
+ --n
+ Start Multiple Instances of the same server after you
+ have successfully installed the Multiple-instances features
+ from a feature repo.
+
+ system-properties:
+ -DhttpPort
+ Overrides the HTTP port defined in the
+ transports.xml file.
+ -DhttpsPort
+ Overrides the HTTPS port defined in the
+ transports.xml file.
+ -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 and other configuration,
+ recreate DB, re-populate the configuration,
+ and start Carbon.
+
+ Note: If you have changed the webapp context of
+ carbon from ROOT to foo, you will have to use
+ -Dsetup=foo instead.
+ -Dcarbon.registry.root
+ The root of the Registry used by
+ this Carbon instance.
+
+ Note: Use this property if you want to have chroot
+ behavior when sharing the database between
+ multiple products.
+ -Dwso2.transports.xml
+ Location of the transports.xml file.
+ -Dweb.location
+ The directory into which the UI artifacts
+ included in an Axis2 AAR file are extracted to.
+
+
+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 have sufficient levels of JavaScript and ActiveX enabled for the management
+ console to run.
+
+5. To build @product.name@ from the Source distribution, it is also necessary that you
+ have Maven 2.1.0 or later.
+
+For more details see
+ http://wso2.org/wiki/display/carbon/System+Requirements
+
+
More information about the Carbon-commits
mailing list