Aurora properties and parameters
Depending on the configuration task that you perform in IBM OpenPages® with Watson™, you might need to edit the parameters in the aurora.properties file.
The <OP_HOME>/aurora/conf/aurora.properties file parameters are described
in the following list.
Note: If you change the parameter values, you must restart the application
servers.
Application server properties
- aurora.appserver
- The type of Java™ Platform Enterprise Edition (J2EE) application that is used.
- aurora.initialcontext.factory
- Java Naming and Directory Interface (JNDI) initial context
factory.
This setting is deprecated.
Database properties
- database.type
- Type of database (
OracleorDB2). - database.URL
- Java Database Connectivity (JDBC) URL.
- database.DRIVER
- Java Database Connectivity (JDBC) driver.
- database.USERID
- Database user name.
- database.PASSWORD
- Database password (encrypted).
IBM Db2® database properties
- database.NAME
- Database name.
- database.HOSTNAME
- Database hostname.
- database.PORT
- Database port.
- database.CATALOG_NAME
- Database catalog name.
Database pool properties
- database.pool.minsize
- Minimum number of connections.
- database.pool.maxsize
- Maximum number of connections.
- database.pool.refresh.interval
- Database pool refresh interval.
- database.pool.testonreserve
- Flag to test a connection before returning it from the pool.
Database connection test property
- database.test.connection.sql
- Specify a Microsoft SQL database with which to test the connection.
Java Transaction API (JTA) properties
- jta.initialcontext.factory
- Java Naming and Directory Interface (JNDI) Initial Context
Factory.
This setting is deprecated.
- jta.jndi.transaction
- Java Naming and Directory Interface (JNDI) name for User
Transactions.
This setting is deprecated.
Full text search properties
Note: These legacy settings are no longer used.
- fulltext.index.directory
- Full text index folder.
- fulltext.index.exclude
- File extensions to be excluded.
Java Message Service (JMS) properties
- jms.initialcontext.factory
- Java Naming and Directory Interface (JNDI) Initial Context
Factory.
This setting is deprecated.
- jms.topic.RepositoryTopic
- Java Message Service (JMS) topic name.
- jms.topic.ResourceCacheTopic
- Java Message Service (JMS) topic name.
Security service properties
- security.accesstoken.timeout
- Session token timeout, in minutes.
- security.system.password
- Password of the system OPSystem user.
AppServer specific properties
- appserver.install.directory
- The installation folder of the OpenPages application
(OP_HOME).
Third-party reporting-specific properties
- cognos.server
- IBM® Cognos® Analytics gateway (as configured for your web server).
- cognos.report.output.dir
- Temporary folder for reports.
- cognos.computation.server
- Cognos computation server URL.
Logout URL property
Add new URLs with the name logout.url.<name>. The name
can be anything.
- logout.url.cognos
- Cognos logout URL.
Application URL property
- application.url.path
- Base URL of the application.Note: In a load balanced environment, the application.url.path value is the fully qualified domain name of the load balancer and its port number.
Application server WorkManager properties
- workmanager.jndi.name
- Java Naming and Directory Interface (JNDI) name of the
application server work manager.
This setting is deprecated.
- workmanager.impl.classname
- Work manager implementation class.
This setting is deprecated.
Enterprise JavaBeans (EJB) properties
- server.use.local.ejb
- Must be
true.This setting is deprecated.
Other properties
- enforce.browser.support
- Enables or disables the Allowed Browsers feature. For more information, see Specify the browsers that can access IBM OpenPages.