Difference between revisions of "Configuration"

From BaseX Documentation
Jump to navigation Jump to search
Line 3: Line 3:
 
As BaseX is a portable application it searches for the perfect location of the home directory by itself.<br />
 
As BaseX is a portable application it searches for the perfect location of the home directory by itself.<br />
 
There are three opportunities for the home directory:
 
There are three opportunities for the home directory:
*Users home directory: In standard case the users home directory is chosen to store the BaseX configuration and database files in it. So if you didn't change
+
*Users home directory: In standard case the users home directory is chosen to store the BaseX configuration and database files in it. So if you didn't change anything, all the BaseX files can be found in this location.
anything, all the BaseX files can be found in this location.
+
*Working directory: This directory is chosen if configuration files of BaseX are found in it. So move the configuration files to the working directory if you want to have it as home directory.
*Working directory: This directory is chosen if configuration files of BaseX are found in it. So move the configuration files to the working directory
+
*Application directory:  This directory is chosen if configuration files of BaseX are found in the application directory. This is especially for people using the windows installer of BaseX.
if you want to have it as home directory.
 
*Application directory:  This directory is chosen if configuration files of BaseX are found in the application directory. This is especially for people using the
 
windows installer of BaseX.
 
  
 
==Database files==
 
==Database files==

Revision as of 14:38, 11 January 2011

Home directory

As BaseX is a portable application it searches for the perfect location of the home directory by itself.
There are three opportunities for the home directory:

  • Users home directory: In standard case the users home directory is chosen to store the BaseX configuration and database files in it. So if you didn't change anything, all the BaseX files can be found in this location.
  • Working directory: This directory is chosen if configuration files of BaseX are found in it. So move the configuration files to the working directory if you want to have it as home directory.
  • Application directory: This directory is chosen if configuration files of BaseX are found in the application directory. This is especially for people using the windows installer of BaseX.

Database files

A database in BaseX consists of several files, which are all bundled in a folder with the database name.
All of these files are stored in a BaseXData directory in the home directory.
The path can be changed in the following ways:

Note: After changing the database path, all afore created databases have to be manually moved to the new location.

Configuration files

There are two configuration files for BaseX. These two configuration files .basex & .basewin are stored in the home directory.

User and log files

The global users are stored in the .basexperm file in the home directory as the configuration files. Local users and permissions are stored in the meta data of the database, so they don't need an extra file.
All log files are stored in text format in the home directory BaseXData/.logs.