01 Properties
uPortal Properties
uPortal uses several properties files for customizing behavior and configuring features such as Logging, the database, and authentication/authorization. The following table provides a brief description of each properties file with a link to a page which provides detailed information.
The portal.properties file contains a wide range of properties for configuring caching, timeouts, user management, and a variety of other features. |
|
The Logger.properties file is used for configuring the log4j logging system. |
|
The ldap.properties file is used for configuring attributes for an LDAP connection necessary for the use of the SimpleLdapSecuritycontext and CacheLdapSecurityContext security provider. |
|
The ldap.xml file is used for configuring attributes for an LDAP connection for uportal version 2.4+. |
|
The media.properties file is used for configuring user agent mappings. |
|
The mime.properties file is used for mapping browser (media) types to their mime types. |
|
The rdbm.properties file is used for configuring database connection values. |
|
The security.properties defines the security provider or chain of providers that will establish the authentication of a portal user. Also specifies the default authorization implementation. |
|
The serializer.properties file is used for setting serializer names for each user agent. |
|
The worker.properties is used for defining uPortal workers (for example, a download worker) |
|
The browser.mappings files is used for defining user agent strings for each type of browser. |
|
The PersonDirs.xml file is used for standardizing a method for obtaining a persons attributues. |
|
The EntityPropertyRegistry.xml is used for specifying various entity properties (for example, PersonDir properties) |
|
The services.xml file is used for defining uPortal services such as the Logging server and database connection pool. |
|
The dbloader.xml is used for configuring the dbloader tool which is used for loading the database. |
|
The tables.xml file contains definitions for all of the database tables used by uPortal (used by dbloader) |
|
The data.xml file contains definitions for all of the data stored in the uPortal database (used by dbloader) |
|
Defines the sources of information from which uPortal should load its groups. |
|
Specifies the connection info, groups, and queries for the LDAP groups service. |