Skip to content

Commit

Permalink
Slight changes about datasource configuration and installation requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
davide-zerbetto committed May 27, 2019
1 parent 4213167 commit a77d658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installation-guide/ka_inst_man_tomcat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To define connection towards metadata database, edit the ``TOMCAT_HOME/conf/serv
Cache database connection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In some scenarios (for example when defining a cockpit document on top of a file dataset), Knowage requires a database to be used as cache. It is highly recommended to create an empty database schema for this purpose. Then, you need to configure it inside ``TOMCAT_HOME/conf/server.xml`` as you did for metadata database. Connection's name is free, in this example we used ``jdbc/ds_cache``:
In some scenarios (for example when defining a cockpit document on top of a file dataset), Knowage requires a database to be used as cache. It is highly recommended to create an empty database schema for this purpose. Then, you need to configure it inside ``TOMCAT_HOME/conf/server.xml`` as you did for metadata database. Feel free to type a name of your choice, in this example we used ``jdbc/ds_cache``:

.. code-block:: xml
:linenos:
Expand All @@ -79,7 +79,7 @@ In some scenarios (for example when defining a cockpit document on top of a file
Connection to business data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Edit the ``TOMCAT_HOME/conf/server.xml`` and add the information related to the database containing business data to be analysed by Knowage inside the ``GlobalNamingResources`` tag, specifying username, password, driver class name, URL and validation query. Connection's name is free, in this example we used ``jdbc/dwh``:
Edit the ``TOMCAT_HOME/conf/server.xml`` and add the information related to the database containing business data to be analysed by Knowage inside the ``GlobalNamingResources`` tag, specifying username, password, driver class name, URL and validation query. Feel free to type a name of your choice, in this example we used ``jdbc/dwh``:

.. code-block:: xml
:linenos:
Expand Down
2 changes: 1 addition & 1 deletion installation-guide/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following Operating Systems (OS) are those ones which suit with Knowage plat
Disk usage
--------------------

The Knowage installation requires 2 GB of free space on file system. This space does not include the space relative to the data and the metadata storage.
The Knowage installation requires 2 GB of available space on file system. This space does not include the space relative to the data and the metadata storage.

Java environment
--------------------
Expand Down

0 comments on commit a77d658

Please sign in to comment.