Developing a Whitebeam Application

Site Map
 
Home
 
Application Guide
  Quick Start
    Introduction
    Application
    Administration
    Source
    Structure
    Forms Data
    Sessions
    Access Ctrl
    Templates
    Files
    Debug
    File Loc
    Hints+Tips
  PHP and ASP
  Writing Apps
  Applications
  Tutorials
  Samples
Reference
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Developing a Whitebeam Application

Web Server and File Locations

With one exception Whitebeam allows any directory and file arrangement to be used on a Client virtual server. The server will not display a directory listing under any circumstances and will look for index.rhtm, index.html, index.htm, default.html and default.htm files to display in that order. Any file can potentially be served on a normal or encrypted SSL service. To indicate that a particular page should only be served if it is requested via "https" a <rb:protect /> tag has to be present at the top of the page.

The server is also configured not to serve directly any content from a special predefined top level directory named "rbhidden" (or any of its subdirectories). The contents of the directory are still available to any running Whitebeam JavaScript so can be manipulated programmatically (see the example in the Files section).

Whitebeam release 1.3.36
(loadtime : 7ms)