Sakai Admin Guide - Advanced Configuration Topics
(Documentation)
Advanced Configuration Topics This document covers advanced topics that may be of use in supporting and growing your Sakai installation. Web Services For information about Sakai's web services implementation, please visit: WEBSVCS:Web Services Documentation WEBSVCS:Home ...
|
Sakai Admin Guide - Advanced Tomcat (and Apache) Configuration
(Documentation)
Advanced Tomcat Configuration Tomcat as configured out of the box is adequate for development and very basic exploration of Sakai. If you want to move beyond this point, you will need to satisfy a few additional concerns, namely handling SSL and scaling beyond a single ...
|
Sakai Admin Guide - Binary Content and Filesystem Settings
(Documentation)
Binary Content and Filesystem Settings Binary content (files) uploaded into Sakai can either be stored in the database itself, or on the filesystem. By default, binary content is stored in the database. Storing binary content on the filesystem To use the filesystem to store binary content, add ...
|
Sakai Admin Guide - Branding and Identity
(Documentation)
Branding and Identity sakai.properties settings There are a number of configuration options found in the sakai.properties file Sakai Admin Guide The sakai.properties file that control branding and identity. These settings are responsible not only for changing the cosmetic wording that end users see in the web interface, but also ...
|
Sakai Admin Guide - Configuring Sakai from within the Web Application
(Documentation)
Configuring Sakai from within the Web Application Once Sakai is up and running and you are familiar with the basic operation of the software, there are few common administrative tasks that you may wish to perform. Change the Default Administrator's Password By default, the application ships ...
|
Sakai Admin Guide - Database Configuration and Tuning
(Documentation)
Database Configuration and Tuning By default, all distributions of Sakai are configured to use an inmemory version of HSQL db, which is adequate for very basic testing, but does not offer the same reliability and scalability as a more robust relational database. Many developers ...
|
Sakai Admin Guide - Email Configuration
(Documentation)
Email Configuration Out of the box, Sakai uses incoming mail to receive content that will be viewed using the Mail Archive tool, and to receive delivery failure notifications for outgoing messages. Outgoing mail is used for notification purposes, bug reporting, and to deliver content ...
|
Sakai Admin Guide - JVM Tuning
(Documentation)
JVM Tuning JVM tuning is an everevolving process that changes with each version of Java. Even for development instances, you'll need to read through and apply the basic JVM tuning suggestions below. Basic JVM Tuning The default JVM settings ...
|
Sakai Admin Guide - Load Balancing and Scaling
(Documentation)
Load Balancing and Scaling Introduction Although Sakai can be run on a single server which houses all database and filesystem content, many sites will want to consider growing their installation beyond the confines of a single server. This section of the admin guide will outline ...
|
Sakai Admin Guide - The sakai.properties file
(Documentation)
sakai.properties file As mentioned in other areas, the sakai.properties file is a central configuration file that is typically stored in a sakai subdirectory relative to the tomcat home directory (here are details on changing the default location Install Guide Config (2.4)#create). All settings ...
|