Repository: juddi Updated Branches: refs/heads/master 32fd00534 -> ad8ecf462
JUDDI-881 fixing asciidoc Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/ad8ecf46 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/ad8ecf46 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/ad8ecf46 Branch: refs/heads/master Commit: ad8ecf4620b80f59364e88a3cd68c50df4660892 Parents: 32fd005 Author: Alex <[email protected]> Authored: Thu Dec 25 15:36:54 2014 -0500 Committer: Alex <[email protected]> Committed: Thu Dec 25 15:36:54 2014 -0500 ---------------------------------------------------------------------- docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/ad8ecf46/docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc ---------------------------------------------------------------------- diff --git a/docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc b/docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc index 965a67b..6f36b90 100644 --- a/docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc +++ b/docs/asciidoc/Guide/en-US/GuideConfigurationServer.asciidoc @@ -158,14 +158,15 @@ Logging properties that can be referenced in the _juddiv3.xml_ file. === Performance -.These properties are used to enable or disable certain capabilities based on performance considerations +.These properties are used to enable or disable certain capabilities based on performance considerations. Perofrmance properties are referenced in the _juddiv3.xm_ file. [options="header"] |=========================================================================================== |Property Name |Description |Required |Default Value or [Example Value] |_juddi/performance/enableFindBusinessTModelBagFiltering| UDDI defines a mechansim to filter findBusiness relates based on tModelInstanceInfo within their service's binding templates. This is an expensive operation and will cause significant performance degredation on larger registries. For spec complliance, it should be set to true. We suspect it's not a commonly used feature and recommend setting this to false. |N| true -|=========== +|=========================================================================================== + === Deploying two or more jUDDI server on the same application server --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
