Author: azeez Date: Tue Jan 27 06:17:39 2009 New Revision: 29652 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29652
Log: Fix for https://wso2.org/jira/browse/CARBON-2934 Modified: trunk/wsas/java/modules/distribution/README Modified: trunk/wsas/java/modules/distribution/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/README?rev=29652&r1=29651&r2=29652&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/README (original) +++ trunk/wsas/java/modules/distribution/README Tue Jan 27 06:17:39 2009 @@ -1,26 +1,28 @@ -WSO2 WSAS 3.0-alpha1 --------------------- -Welcome to the WSO2 WSAS 3.0-alpha1 release +WSO2 WSAS 3.0 +------------- +Welcome to the WSO2 WSAS 3.0 release WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2 and -which offers a complete middleware solution. It is a lightweight, high performing -platform for Service Oriented Architectures, enabling business logic and applications. -Bringing together a number of Apache Web services projects, WSO2 WSAS provides a -secure, transactional and reliable runtime for deploying and managing Web services. +which offers a complete middleware solution. It is a lightweight, high +performing platform for Service Oriented Architectures, enabling business logic +and applications. Bringing together a number of Apache Web services projects, +WSO2 WSAS provides a secure, transactional and reliable runtime for deploying +and managing Web services. This is based on revolutionary the WSO2 Carbon framework. All the major features -have been developed as pluggable Carbon components. We are releasing this as an -early preview of the forthcoming WSAS 3.0 release and would appreciate your feedback. +have been developed as pluggable Carbon components. -Key Features (These will be available in WSAS 3.0) +Key Features ------------ * Data services support - Expose you enterprise data as a services in a jiffy * WSAS IDE - Eclipse IDE integration * Clustering support for High Availability & High Scalability -* Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation and XKMS +* Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation + and XKMS * EJB service provider support - Expose your EJBs as services -* Axis1 backward compatibility - Deploy Axis1 services on WSAS & Engage advanced WS-* protocols in front of legacy services +* Axis1 backward compatibility - Deploy Axis1 services on WSAS & Engage advanced + WS-* protocols in front of legacy services * JMX & Web interface based monitoring and management * WS-* & REST support * GUI, command line & IDE based tools for Web service development @@ -28,20 +30,23 @@ New Features In This Release ---------------------------- -1. Based on the OSGi based WSO2 Carbon architecture. This is a unification of all Java based - products from WSO2. Now you can have features from the lighweight superfast WSO2 ESB & - the super-cool WSO2 MashupServer, running on your WSAS instance. +1. Based on the OSGi based WSO2 Carbon architecture. This is a unification of + all Java based products from WSO2. Now you can have features from the + lighweight superfast WSO2 ESB & the super-cool WSO2 MashupServer, running on + your WSAS instance. 2. Enhanced admin UI 3. Extensible server admin framework -4. Separable frontend & backend - a single frontend server can be used to administer several - backend servers +4. Separable frontend & backend - a single frontend server can be used to + administer several backend servers Installation & Running ---------------------- 1. extract the downloaded zip file 2. Run the wso2server.sh or wso2server.bat file in the bin directory -3. Once the server starts, point your Web browser to https://localhost:9443/carbon/ +3. Once the server starts, point your Web browser to + https://localhost:9443/carbon/ +For more details, see the Installation Guide System Requirements ------------------- @@ -66,8 +71,8 @@ -------- WSO2 Inc. offers a variety of professional Training Programs, including -training on general Web services as well as WSO2 WSAS, Apache Axis2, Data Services -and a number of other products. +training on general Web services as well as WSO2 WSAS, Apache Axis2, +Data Services and a number of other products. For additional support information please refer to http://wso2.com/training/course-catalog/ @@ -84,38 +89,39 @@ For more information on WSO2 WSAS, visit the WSO2 Oxygen Tank (http://wso2.org) -How to do various things with WSAS - WSAS HOWTO Series(http://wso2.org/library/2707) - Crypto Notice ------------- - This distribution includes cryptographic software. The country in - which you currently reside may have restrictions on the import, - possession, use, and/or re-export to another country, of - encryption software. BEFORE using any encryption software, please - check your country's laws, regulations and policies concerning the - import, possession, or use, and re-export of encryption software, to - see if this is permitted. See <http://www.wassenaar.org/> for more - information. - - The U.S. Government Department of Commerce, Bureau of Industry and - Security (BIS), has classified this software as Export Commodity - Control Number (ECCN) 5D002.C.1, which includes information security - software using or performing cryptographic functions with asymmetric - algorithms. The form and manner of this Apache Software Foundation - distribution makes it eligible for export under the License Exception - ENC Technology Software Unrestricted (TSU) exception (see the BIS - Export Administration Regulations, Section 740.13) for both object - code and source code. - - The following provides more details on the included cryptographic - software: - - Apacge Rampart : http://ws.apache.org/rampart/ - Apache WSS4J : http://ws.apache.org/wss4j/ - Apache Santuario : http://santuario.apache.org/ - Bouncycastle : http://www.bouncycastle.org/ +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See <http://www.wassenaar.org/> for more +information. + +The U.S. Government Department of Commerce, Bureau of Industry and +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. + +The following provides more details on the included cryptographic +software: + +Apacge Rampart : http://ws.apache.org/rampart/ +Apache WSS4J : http://ws.apache.org/wss4j/ +Apache Santuario : http://santuario.apache.org/ +Bouncycastle : http://www.bouncycastle.org/ + +For further details, see the WSO2 Carbon documentation at +http://wso2.org/wiki/display/carbon/1.0 --------------------------------------------------------------------------- 2008 WSO2 Inc. _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
