Author: ruwan Date: Mon Jul 6 03:28:40 2009 New Revision: 40868 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40868
Log: Fixing docs Modified: branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml branches/esb/java/2.1/product/modules/styles/src/main/resources/web/product/about.html Modified: branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml?rev=40868&r1=40867&r2=40868&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/admin_guide.xml Mon Jul 6 03:28:40 2009 @@ -113,7 +113,7 @@ [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Java Home : /opt/jdk1.5.0_19/jre [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Java Version : 1.5.0_19 [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Java VM : Java HotSpot(TM) Server VM 1.5.0_19-b02,Sun Microsystems Inc. - [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Carbon Home : /home/hiranya/Projects/Java/wso2-products/esb/modules/distribution/target/wso2esb-2.1.0.SNAPSHOT + [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Carbon Home : /home/hiranya/Projects/Java/wso2-products/esb/modules/distribution/target/wso2esb-2.1.0.SNAPSHOT [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator Java Temp Dir : /home/hiranya/Projects/Java/wso2-products/esb/modules/distribution/target/wso2esb-2.1.0.SNAPSHOT/tmp [2009-06-25 13:52:54,715] INFO - CarbonCoreActivator User : hiranya, en-US, Asia/Colombo [2009-06-25 13:52:58,557] INFO - RegistryCoreServiceComponent Registry Root : / @@ -170,30 +170,30 @@ </p> <p> --cleanCache<br/> - This argument forces any cached jar files, configuration files, JSP pages to be cleaned before starting the ESB. +<pre> </pre>This argument forces any cached jar files, configuration files, JSP pages to be cleaned before starting the ESB. </p> <p> --cleanRegistry<br/> - This argument forces the embedded Registry instance to be cleaned before starting the ESB. Note that this will clean the internal database therefore any configurations you saved previously will be permanently lost. + <pre> </pre>This argument forces the embedded Registry instance to be cleaned before starting the ESB. Note that this will clean the internal database therefore any configurations you saved previously will be permanently lost. </p> <p> --reset<br/> - This argument cleans the cache as well as the registry. The ESB will startup with factory settings. + <pre> </pre>This argument cleans the cache as well as the registry. The ESB will startup with factory settings. </p> <p> -debug <port><br/> - Enables remote debugging on the ESB through the specified port. + <pre> </pre>Enables remote debugging on the ESB through the specified port. </p> <p> In addition to the above mentioned arguments the ESB startup scripts accept the following VM arguments. </p> <p> -DosgiConsole<br/> - Starts the OSGi console from which you can directly interact with the underlying OSGi runtime. + <pre> </pre>Starts the OSGi console from which you can directly interact with the underlying OSGi runtime. </p> <p> -DuseSynapseXML<br/> - Generally ESB will load the configuration from the Registry. Using this argument we can force the ESB to load the configuration from ESB_HOME/conf/synapse.xml file. + <pre> </pre>Generally ESB will load the configuration from the Registry. Using this argument we can force the ESB to load the configuration from ESB_HOME/conf/synapse.xml file. </p> <h4> @@ -844,4 +844,4 @@ leave them unchanged without overriding the values using a nhttp.properties configuration file. </p> </body> -</html> \ No newline at end of file +</html> Modified: branches/esb/java/2.1/product/modules/styles/src/main/resources/web/product/about.html URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/styles/src/main/resources/web/product/about.html?rev=40868&r1=40867&r2=40868&view=diff ============================================================================== --- branches/esb/java/2.1/product/modules/styles/src/main/resources/web/product/about.html (original) +++ branches/esb/java/2.1/product/modules/styles/src/main/resources/web/product/about.html Mon Jul 6 03:28:40 2009 @@ -47,8 +47,8 @@ platform, the Carbon components are pre-assembled into the following products: </p> <ul id="CarbonProducts"> -<li><a href="http://wso2.org/projects/registry">WSO2 -Registry</a></li> +<li><a href="http://wso2.org/projects/governance-registry">WSO2 +Governance Registry</a></li> <li><a href="http://wso2.org/projects/wsas/java">WSO2 Web Services Application Server</a></li> <li><a href="http://wso2.org/projects/esb/java">WSO2 @@ -79,7 +79,7 @@ engineers contribute heavily to many key Apache Web services projects. </p> <h3>Have you tried...</h3> -<p><a href="http://wso2.org/projects/registry"><img src="../admin/images/registry_logo_h23.gif" alt="Registry"/></a></p> +<p><a href="http://wso2.org/projects/governance-registry"><img src="../admin/images/registry_logo_h23.gif" alt="G-Reg"/></a></p> <p><a href="http://wso2.org/projects/wsas/java"><img src="../admin/images/wsas_logo_h23.gif" alt="WSAS"/></a></p> <p><a href="http://wso2.org/projects/esb/java"><img src="../admin/images/esb_logo_h23.gif" alt="ESB"/></a></p> <p><a href="http://wso2.org/projects/bps"><img src="../admin/images/bps_logo_h23.gif" alt="BPS"/></a></p> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
