You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ja...@apache.org on 2004/11/03 22:42:16 UTC

[Jakarta-Slide Wiki] New: SlidePropertiesFile

   Date: 2004-11-03T13:42:16
   Editor: BrianLee <br...@gmail.com>
   Wiki: Jakarta-Slide Wiki
   Page: SlidePropertiesFile
   URL: http://wiki.apache.org/jakarta-slide/SlidePropertiesFile

   no comment

New Page:

=== Slide Properties File ===

This file is located in the slide-kernel-2.1b2.jar (for 2.1b2 - other versions may vary). 
Typically the only reason for editing this file is to disable / enable Slide features such as Binding and configure where Slide looks for domain.xml.

=== Default Example ===
{{{
# Domain XML definition file
# Default : Will look for domain.xml in current directory
#org.apache.slide.domain=Domain.xml

# Automatically perform security checks
# Default : true
org.apache.slide.security=true

# Automatically perform locking checks
# Default : true
org.apache.slide.lock=true

# Use version control (DeltaV)
# Default: true
org.apache.slide.versioncontrol=true

# DASL
# Default: true
org.apache.slide.search=true

# URL Encoding
# Default: platform default encoding
org.apache.slide.urlEncoding=UTF-8

# Debug
# Default: false
org.apache.slide.debug=false

org.apache.slide.binding=true
}}}

==== Domain ====
This configures where Slide will access the domain.xml file. The following example tells Slide to access the domain.xml file in the /home/blee/Applications/Slide/ directory. If org.apache.slide.domain is not configured (which is default) then Slide will assume it is in the current Slide application directory.

{{{
org.apache.slide.domain=/home/blee/Applications/Slide/Domain.xml
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org