Author: rajika Date: Tue Jul 7 00:05:24 2009 New Revision: 40916 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40916
Log: Fixed docs. Modified: trunk/esb/java/docs/xdoc/user_guide.xml 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=40916&r1=40915&r2=40916&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/user_guide.xml (original) +++ trunk/esb/java/docs/xdoc/user_guide.xml Tue Jul 7 00:05:24 2009 @@ -625,7 +625,7 @@ </ol> </blockquote> <h4 id="Registry"> - Registry Actions + Local Registry Actions </h4> <p> You can edit and delete previously entered local registry entries. All @@ -721,71 +721,9 @@ <h4 id="Manage"> Manage Registry Entry </h4> - <p> - You can create a structure by creating sub-folders, or simply add the - files to the root folders. The Key, i.e., the path of the file and the - cacheable duration can be viewed by clicking each file inside the folder. - </p> - <p/> - <p> - <img alt="Integrated Registry" src="images/integrated-reg.Jpg"/> - </p> - <p/> - <p> - <strong>Add Registry Entry</strong> - </p> - <ol> - <li> - To create a folder, enter a name in the <strong>Folder</strong> - <strong>Name</strong> field and click <strong>Add</strong>. - </li> - <li> - To create a new file, click the appropriate folder and then click - <strong>New</strong>. - <p> - The <em>New Registry File</em> page will be displayed. - </p> - </li> - <li> - Enter the file name and write the XML code in the text area. - </li> - <li> - Click <strong>Create</strong>. - <p> - The file will be displayed in the structure. The frame on the right - displays the key and the cacheable duration of the file. - </p> - </li> - <li> - To update the duration of the caching, if required, modify the duration - in the <strong>Cacheable duration</strong> field and click - <strong>Update</strong>. - </li> - </ol> - <p> - <strong>Edit Registry Entry</strong> - </p> + <p>Please refer the <a href="resources/docs/userguide.html">documentation</a> on managing + the embeded registry for details.</p> <p/> - <ol> - <li> - Select the file from the folder structure and click <strong>Edit</strong>. - </li> - <li> - Make the necessary changes in the code and click <strong>Save</strong>. - </li> - <li> - If required, you can also modify the cacheable duration and click - <strong>Update</strong>. - </li> - </ol> - <p> - <strong>Delete Registry Entry</strong> - </p> - <ul> - <li> - Select the file from the folder structure and click <strong>Remove</strong>. - </li> - </ul> <hr/> <h2 id="Monitoring"> Monitoring the System _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
