Author: azeez Date: Fri Jul 3 23:12:01 2009 New Revision: 40756 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40756
Log: updated INSTALL file Modified: trunk/wsas/java/modules/distribution/INSTALL.txt Modified: trunk/wsas/java/modules/distribution/INSTALL.txt URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/INSTALL.txt?rev=40756&r1=40755&r2=40756&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/INSTALL.txt (original) +++ trunk/wsas/java/modules/distribution/INSTALL.txt Fri Jul 3 23:12:01 2009 @@ -19,18 +19,45 @@ 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] [system-properties] + + 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 + --cleanCache Clean cache + --cleanRegistry Clean registry space + --reset Clean the cache & component repository and the + registry space + --version What version of the product are you running? + + 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 & 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 _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
