Author: ruwan Date: Tue Feb 3 01:08:44 2009 New Revision: 30304 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30304
Log: Fixing the text Modified: trunk/esb/java/README.txt trunk/esb/java/docs/xdoc/release-note.xml Modified: trunk/esb/java/README.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/README.txt?rev=30304&r1=30303&r2=30304&view=diff ============================================================================== --- trunk/esb/java/README.txt (original) +++ trunk/esb/java/README.txt Tue Feb 3 01:08:44 2009 @@ -111,9 +111,9 @@ CARBON_HOME |- bin <folder> |- conf <folder> + |- database <folder> |- lib <folder> |- logs <folder> - |- registry <folder> |- repository <folder> |- resources <folder> |- samples <folder> @@ -127,12 +127,15 @@ |- BUILDING.txt <file> |- release-note.html <file> - - bin + - bin Contains various scripts .sh & .bat scripts - conf Contains configuration files + - registry + Contains the embedded registry database & related files + - lib Contains the basic set of libraries required to startup ESB in standalone mode @@ -140,9 +143,6 @@ - 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 ESB are stored. @@ -209,8 +209,6 @@ ================================= * Mail transport does not support SSL - * Proxy service deletion will not remove the proxy definition from the Synapse - Configuration * Dependency management within the configuration is not handled properly Issue Tracker @@ -244,7 +242,7 @@ The following provides more details on the included cryptographic software: - Apacge Rampart : http://ws.apache.org/rampart/ + Apache Rampart : http://ws.apache.org/rampart/ Apache WSS4J : http://ws.apache.org/wss4j/ Apache Santuario : http://santuario.apache.org/ Bouncycastle : http://www.bouncycastle.org/ Modified: trunk/esb/java/docs/xdoc/release-note.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/release-note.xml?rev=30304&r1=30303&r2=30304&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/release-note.xml (original) +++ trunk/esb/java/docs/xdoc/release-note.xml Tue Feb 3 01:08:44 2009 @@ -42,7 +42,7 @@ <li>Extract the downloaded zip</li> <li>Go to the bin directory in the extracted folder</li> <li>Run the wso2server.sh or wso2server.bat as appropriate</li> - <li>Point you browser to the URL https://localhost:9443/carbon</li> + <li>Point your browser to the URL https://localhost:9443/carbon</li> <li>Use "admin", "admin" as the username and password to login as an admin and create a user account</li> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
