Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
Introduction>Directory Structure
Caravan Business Server>Help>Introduction>Directory Structure
Introduction When Caravan Business Server is installed, a directory structure is created. Say, you have installed on the default location, C:\CARAVAN. The directory structure created will be as follows.
C:\CARAVAN
C:\CARAVAN\TEMPLATE
C:\CARAVAN\DOC
C:\CARAVAN\DB

The root directory contains the exe file and Caravan configuration files.
Reference
Refer to documentation on HTTPD.CNF for caravan configuration.
Text Template Directory:This is the dynamic template files directory.Caravan will process only files placed in this directory.Any new files with caravan scripting must be added to this directory.Any files that contain Caravan scripting must have .HTML extension. If you add a new file, you need to restart the Caravan Business Server.If you modify existing files, the changes are reflected the next time you access the page.
Doc Directory: This contains static files like images and help that are static in nature. Caravan code inside these files will not be executed.
Db Directory: This contains the database files in the system. Each database will have one directory in the form: databasename.db.All database files created by the user are kept in this directory
Caravan.db is the system database and it contains user tables, queue and event handler tables. This will be automatically created by the system.
Back