Skip to content

Commit

Permalink
repository configuration: xref typo, numbered list format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Apr 6, 2021
1 parent a78f5e4 commit 6b87d70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/repository/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Data source configuration is common for all supported databases.
. First step is DB resource configuration in application server.
Here is example for Tomcat 7.
This XML part is located in `<tomcat-location>/conf/server.xml`, resource will be available for all applications in the container.

+
[source,xml]
----
<GlobalNamingResources>
Expand All @@ -280,9 +280,9 @@ This XML part is located in `<tomcat-location>/conf/server.xml`, resource will b
poolPreparedStatements="true"/>
</GlobalNamingResources>
----

+
Also configure `<tomcat-location>/conf/context.xml` file:

+
[source,xml]
----
<?xml version='1.0' encoding='utf-8'?>
Expand All @@ -296,7 +296,7 @@ Also configure `<tomcat-location>/conf/context.xml` file:

. Next step is configuration in file `config.xml` located in *midpoint.home* folder.
`hibernateDialect` depends on your DB choice, `dataSource` is based on resource name.

+
[source,xml]
----
<configuration>
Expand All @@ -314,7 +314,7 @@ Also configure `<tomcat-location>/conf/context.xml` file:

== Index tuning

Anything that is externalized into columns and related tables (like extensions, references, etc.) is effectively searchable using xref:../concepts/queyr/query-api/[].
Anything that is externalized into columns and related tables (like extensions, references, etc.) is effectively searchable using xref:../concepts/query/query-api/[].
It is not possible to search for information stored only in the serialized form of the object.
But _searchable_ and _efficiently searchable_ are two different things.

Expand Down

0 comments on commit 6b87d70

Please sign in to comment.