Author: ruwan Date: Tue Jan 27 10:51:20 2009 New Revision: 29685 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29685
Log: started documentation Modified: trunk/esb/java/README.txt trunk/esb/java/docs/site.xml trunk/esb/java/docs/xdoc/administrator_guide.xml trunk/esb/java/docs/xdoc/samples_guide.xml Modified: trunk/esb/java/README.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/README.txt?rev=29685&r1=29684&r2=29685&view=diff ============================================================================== --- trunk/esb/java/README.txt (original) +++ trunk/esb/java/README.txt Tue Jan 27 10:51:20 2009 @@ -43,6 +43,7 @@ * 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 ================================= Modified: trunk/esb/java/docs/site.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/site.xml?rev=29685&r1=29684&r2=29685&view=diff ============================================================================== --- trunk/esb/java/docs/site.xml (original) +++ trunk/esb/java/docs/site.xml Tue Jan 27 10:51:20 2009 @@ -56,13 +56,13 @@ href="http://dist.wso2.org/products/esb/"/> </menu> <menu name="Documentation"> - <item name="Administrator Guide" href="administratorguide.html"/> - <item name="Installation Guide" href="installationguide.html"/> - <item name="Quick Start" href="ESB_QuickStart.html"/> - <item name="Samples Setup" href="ESB_Samples_Setup.html"/> - <item name="Samples Guide" href="ESB_Samples.html"/> - <item name="Extending ESB" href="ESB_Extending.html"/> - <item name="Configuration Language" href="ESB_Configuration_Language.html"/> + <item name="Administrator Guide" href="administrator_guide.html"/> + <item name="Installation Guide" href="installation_guide.html"/> + <item name="Quick Start" href="quickstart_guide.html"/> + <item name="Samples Setup" href="samples_setup_guide.html"/> + <item name="Samples Guide" href="samples_guide.html"/> + <item name="Extending ESB" href="extensions_guide.html"/> + <item name="Configuration Language" href="configuration_language.html"/> </menu> <menu name="Resources"> Modified: trunk/esb/java/docs/xdoc/administrator_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/administrator_guide.xml?rev=29685&r1=29684&r2=29685&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/administrator_guide.xml (original) +++ trunk/esb/java/docs/xdoc/administrator_guide.xml Tue Jan 27 10:51:20 2009 @@ -38,7 +38,7 @@ <p> The Administrator Guide describes how to configure the WSO2 ESB using the Web based management console. The WSO2 Management Console has been tested - on the Mozilla Firefox 2.0 and Internet Explorer 7 Web Browsers at a + on the Mozilla Firefox 2.0, 3.0 and Internet Explorer 6.0, 7.0 Web Browsers at a resolution of 1024x768. </p> <h2> @@ -184,7 +184,7 @@ Installing and Running the WSO2 ESB </h2> <p> - Please refer to the <a href="installationguide.html">Installation Guide</a> + Please refer to the <a href="installation_guide.html">Installation Guide</a> for details on how to install and run the WSO2 ESB. </p> <p> @@ -196,7 +196,7 @@ <p> Once WSO2 ESB has been successfully installed and started, launch a Web browser instance and point it to the URL <a - href="https://localhost:9444/esb">https://localhost:9444/esb</a>. + href="https://localhost:9443/carbon">https://localhost:9443/carbon</a>. This will take you to the <em>Sign In</em> page of the WSO2 ESB Management Console. </p> @@ -228,6 +228,7 @@ You can change your password using the <a href="#Changing">instructions</a> given below. </p> + <!--TODO--> <p> If you do not remember your password, click <strong>Forgot Password</strong> to get help on retrieving your password. If you get any errors when trying Modified: trunk/esb/java/docs/xdoc/samples_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_guide.xml?rev=29685&r1=29684&r2=29685&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples_guide.xml (original) +++ trunk/esb/java/docs/xdoc/samples_guide.xml Tue Jan 27 10:51:20 2009 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- ~ Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
