Theme changes, file locations, branding issues (NC/MB)
@@ -335,6 +335,102 @@
password
+
+
+ Specify the Jena triple store technology to use. SDB is Jena's
+ SPARQL database; this setting allows RDF data to scale beyond the
+ limits of the JVM heap. Set to RDB to use the older Jena RDB
+ store with in-memory caching.
+ |
+
+
+
+ VitroConnection.DataSource.tripleStoreType
+ |
+
+ SDB
+ |
+
+
+
+ Specify the maximum number of active connections in the database
+ connection pool to support the anticipated number of concurrent
+ page requests. It is not necessary to adjust this value when
+ using the RDB configuration.
+ |
+
+
+
+ VitroConnection.DataSource.pool.maxActive
+ |
+
+ 40
+ |
+
+
+
+ Specify the maximum number of database connections that will be
+ allowed to remain idle in the connection pool. Default is
+ 25% of the maximum number of active connections.
+ |
+
+
+
+ VitroConnection.DataSource.pool.maxIdle
+ |
+
+ 10
+ |
+
+
+
+ Change the dbtype setting to use a database other than MySQL.
+ Otherwise, leave this value unchanged.
+ Possible values are DB2, derby, HSQLDB, H2, MySQL, Oracle,
+ PostgreSQL, and SQLServer.
+ Refer to http://openjena.org/wiki/SDB/Databases_Supported
+ for additional information.
+ |
+
+
+
+ VitroConnection.DataSource.dbtype
+ |
+
+ MySQL
+ |
+
+
+
+ Specify a driver class name to use a database other than MySQL.
+ Otherwise, leave this value unchanged.
+ This JAR file for this driver must be added to the the
+ webapp/lib directory within the vitro.core.dir specified above.
+ |
+
+
+
+ VitroConnection.DataSource.driver
+ |
+
+ com.mysql.jdbc.Driver
+ |
+
+
+
+ Change the validation query used to test database connections
+ only if necessary to use a database other than MySQL.
+ Otherwise, leave this value unchanged.
+ |
+
+
+
+ VitroConnection.DataSource.validationQuery
+ |
+
+ SELECT 1
+ |
+
Specify the name of your first admin user for the VIVO application. This user
@@ -352,7 +448,7 @@
|
- The name of a property that can be used to associate an Individualwith a user
+ The name of a property that can be used to associate an Individual with a user
account. When a user logs in with a name that matches the value of this property,
the user will be authorized to editthat Individual.
|