Author: azeez
Date: Tue Jan 27 08:24:23 2009
New Revision: 29659
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29659

Log:
Release files

Removed:
   trunk/wsas/java/INSTALL
   trunk/wsas/java/LICENSE
   trunk/wsas/java/NOTICE
   trunk/wsas/java/README
Modified:
   trunk/wsas/java/modules/distribution/INSTALL
   trunk/wsas/java/modules/distribution/README

Deleted: trunk/wsas/java/INSTALL
URL: http://wso2.org/svn/browse/wso2/None?pathrev=29658

Deleted: trunk/wsas/java/LICENSE
URL: http://wso2.org/svn/browse/wso2/None?pathrev=29658

Deleted: trunk/wsas/java/NOTICE
URL: http://wso2.org/svn/browse/wso2/None?pathrev=29658

Deleted: trunk/wsas/java/README
URL: http://wso2.org/svn/browse/wso2/None?pathrev=29658

Modified: trunk/wsas/java/modules/distribution/INSTALL
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/INSTALL?rev=29659&r1=29658&r2=29659&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/INSTALL        (original)
+++ trunk/wsas/java/modules/distribution/INSTALL        Tue Jan 27 08:24:23 2009
@@ -1,25 +1,54 @@
-(1) Installing  WSO2 WSAS [email protected]@
-------------------------------------------------------
+(1) Installing  WSO2 WSAS 3.0
 
-System Requirements
--------------------
-Java Runtime Environment 1.5
-Operating System - Tested on Windows XP, Windows 2003 server, Linux(Ubuntu)
+WSO2 WSAS 3.0 can be run either in standalone mode or as a webapp within a
+servlet container.
 
-   
 
-(2) Post Installation Modifications
-    -------------------------------
-1.  Changing HTTP/HTTPS ports
+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 WSAS
+      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
 
-    You can change http and https ports in transports.xml file which can be 
found at WSO2WSAS_HOME/conf.
 
-(3) IDE Installation. (Eclipse IDE)
-----------------------------------------
+System Requirements
+-------------------
+1. Minimum memory - 256MB
+2. Processor      - Pentium 800MHz or equivalent at minimum
+3. The Management Console requires full Javascript enablement of the Web 
browser
+   NOTE:
+     On Windows Server 2003, it is not allowed to go below the medium security
+     level in Internet Explorer 6.x.
 
+For more details see
+http://wso2.org/wiki/display/carbon/System+Requirements
 
-(4) Running Samples
+(2) Running Samples
 -------------------
-WSAS samples are available at WSO2WSAS_HOME/samples directory. The 
instructions to run sample are given in README file of the sample.
+WSAS samples are available at CARBON_HOME/samples directory.
+The instructions to run sample are given in README file of the respective
+samples.
 
 

Modified: trunk/wsas/java/modules/distribution/README
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/README?rev=29659&r1=29658&r2=29659&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/README (original)
+++ trunk/wsas/java/modules/distribution/README Tue Jan 27 08:24:23 2009
@@ -53,7 +53,7 @@
 
 1. Minimum memory - 256MB
 2. Processor      - Pentium 800MHz or equivalent at minimum
-3. The Management Console requires full Javascript enablement.
+3. The Management Console requires full Javascript enablement of the Web 
browser
    NOTE:
      On Windows Server 2003, it is not allowed to go below the medium security
      level in Internet Explorer 6.x.
@@ -66,6 +66,88 @@
 
 1. Data Services Definition wizard is incomplete.
 
+All known issues have been recorded at https://wso2.org/jira/browse/CARBON
+& https://wso2.org/jira/browse/WSAS
+
+WSAS Binary Distribution Directory Structure
+--------------------------------------------
+
+       CARBON_HOME
+               |- bin <folder>
+               |- conf <folder>
+               |- docs <folder>
+               |- lib <folder>
+               |- logs <folder>
+               |- registry <folder>
+               |- repository <folder>
+               |- resources <folder>
+               |- samples <folder>
+               |- tmp <folder>
+               |- usermgt <folder>
+               |- webapps <folder>
+               |-- LICENSE <file>
+               |-- NOTICE <file>
+               |-- README <file>
+               |-- INSTALL <file>
+               |-- release-notes.html <file>
+
+       - bin
+         Contains various scripts .sh & .bat scripts
+
+       - conf
+         Contains configuration files
+
+       - docs
+         Contains documentation
+
+       - lib
+         Contains the basic set of libraries required to startup WSAS
+         in standalone mode
+
+       - logs
+         Contains all log files created during execution
+
+       - registry
+         Contains the embedded registry database & related files
+
+       - repository
+         The repository where services and modules deployed in WSO2 WSAS
+         are stored. In addition to this other custom deployers such as
+          dataservices, axis1services and pojoservices are also stored.
+
+       - resources
+         Contains additional resources that may be required
+
+       - samples
+         Contains some sample applications that demonstrate the functionality
+         and capabilities of WSO2 WSAS
+
+       - tmp
+         Used for storing temporary files, and is pointed to by the
+         java.io.tmpdir System property
+
+       - usermgt
+         User management database & related files
+
+       - webapps
+         Contains the WSO2 WSAS webapp. Any other webapp also can be deployed
+         in this directory
+
+       - LICENSE
+         Apache License 2.0 under which WSO2 WSAS is distributed.
+
+       - NOTICE
+         Notice of development.
+
+       - README
+         This document.
+
+       - INSTALL
+          This document will contain information on installing WSO2 WSAS
+
+       - release-notes.html
+         Release information for WSO2 WSAS 3.0
+
 
 Training
 --------
@@ -124,4 +206,4 @@
 http://wso2.org/wiki/display/carbon/1.0
 
 ---------------------------------------------------------------------------
- Copyright 2009 WSO2 Inc.
+ Copyright 2009 WSO2 Inc.
\ No newline at end of file

_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to