Author: chathuri Date: Sun May 24 23:44:01 2009 New Revision: 36692 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36692
Log: modified to resolve the jira CARBON-3381 Modified: trunk/esb/java/docs/xdoc/installation_guide.xml trunk/esb/java/docs/xdoc/user_guide.xml Modified: trunk/esb/java/docs/xdoc/installation_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/installation_guide.xml?rev=36692&r1=36691&r2=36692&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/installation_guide.xml (original) +++ trunk/esb/java/docs/xdoc/installation_guide.xml Sun May 24 23:44:01 2009 @@ -193,7 +193,7 @@ the WSO2 ESB is started point the browser to https://localhost:9443/carbon you can access your Management Console. See the - <a href="administratorguide.html">Web Administrator Guide</a> + <a href="user_guide.html">Web Administrator Guide</a> for more details. </td> </tr> @@ -259,7 +259,7 @@ /opt) </li> <li> - Set the <a href="setting-java-home.html">JAVA_HOME</a> + Set the <a href="setting_java_home.html">JAVA_HOME</a> environment variable to your Java home using the export command or by editing /etc/profile, and add the Java /bin directory to your PATH @@ -326,7 +326,7 @@ </li> <li> Set the - <a href="setting-java-home.html">JAVA_HOME</a> + <a href="setting_java_home.html">JAVA_HOME</a> environment variable to your Java installation, and the PATH environment variable to the Java /bin directory. </li> @@ -446,7 +446,7 @@ </li> <li> Make sure that the system variable - <a href="setting-java-home.html">JAVA_HOME</a> + <a href="setting_java_home.html">JAVA_HOME</a> is set to the location of your JDK, e.g., C:\Program Files\Java\jdk1.5 </li> <li> @@ -490,4 +490,4 @@ dependent .jar files. Therefore, the first run will take more time. </p> </body> -</html> \ No newline at end of file +</html> Modified: trunk/esb/java/docs/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/user_guide.xml?rev=36692&r1=36691&r2=36692&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/user_guide.xml (original) +++ trunk/esb/java/docs/xdoc/user_guide.xml Sun May 24 23:44:01 2009 @@ -393,7 +393,7 @@ Managing the underlying Synapse Configuration </h2> <p> - The <a href="ESB_Configuration_Language.html">Synapse configuration + The <a href="configuration_language.html">Synapse configuration language</a> consists of endpoints, sequences, registry entries, tasks and proxy services. Messages coming into ESB are processed by the underlying Synapse engine through mediation sequences and delivered to the @@ -509,7 +509,7 @@ in Java. </p> <p> - Please refer the <a href="https://localhost:9443/carbon/task/docs/userguide.html"> + Please refer the <a href="user_guide.html"> documentation</a> on scheduled tasks for details. </p> <h3 id="Endpoints"> @@ -799,12 +799,12 @@ References </h2> <p> - <a href="installationguide.html">WSO2 ESB Installation Guide</a> + <a href="installation_guide.html">WSO2 ESB Installation Guide</a> </p> <p> - <a href="ESB_Configuration_Language.html">Synapse Configuration + <a href="configuration_language.html">Synapse Configuration Language</a> </p> <p/> </body> -</html> \ No newline at end of file +</html> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
