Sakai Properties Reference - H
Sakai Properties Reference - H
Property Name |
Description |
---|---|
help.button |
Whether or not to show the help button. |
help.hide |
A list of tools whose help should not be added to the help index. |
help.id |
The tool ID to display when opening the help tool. If specified, the help for the document with this ID will be opened instead of the contextual help for a specific tool |
help.location |
An external location for help information. |
help.redirect.external.webapp |
An external location for help information. |
help.url |
The URL to use instead of the built-in help. |
help.welcomepage |
The location of the help welcome page. |
helpPath |
Specifies the URL to the help path. This partial URL is used to construct the full URL for accessing help content. For example, http://localhost:8082/portal/help/TOCDisplay/content.hlp?docId=aqyk |
hibernate.c3p0.max_size |
The maximum size of the C3P0 connection pool. |
hibernate.c3p0.max_statements |
The maximum number of statements to cache, set to 0 to disable caching. |
hibernate.c3p0.min_size |
The minimum size of the C3P0 connection pool. |
hibernate.c3p0.timeout |
The maximum time (in seconds) to leave a connection idle before closing it. |
hibernate.default_schema |
Specifies the default database schema to use. |
hibernate.dialect |
Which hibernate dialect to use. |
hibernate.show_sql |
Whether or not to show the SQL statements used by hibernate in the tomcat logs. |
hibernateProperties@org.sakaiproject.springframework.orm.hibernate.SessionFactoryBase |
The location and name of the hibernate properties file (defaults to hibernate.properties). |
hiddenTools@org.sakaiproject.tool.api.ActiveToolManager |
The list of tool IDs to hide from the "Edit Tools" menu. This option and the stealthTools@org.sakaiproject.tool.api.ActiveToolManager together make up the entire list of tools that will not appear. You might use this if you wished to preserve the default settings for stealthTools but add a few additional tools to the list. |