Administration>Accessing Pages from your Browser
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Administration>Accessing Pages from your Browser
Syntax http://IP ADDRESS:PORTNUMBER/FILENAME
Text When you execute Caravan, it automatically binds to the IP address of the machine.

We can have access to all files which are residing in code (template) directory as well as the static pages (doc) directory. On browser we need to type IP address and port number on which Caravan is installed.
Sample
Example:
// You can access Caravan pages from any computer.
http://192.168.0.99:8182/homepage.html

Here http://192.168.0.99 is ip address of computer on which Caravan installed.
8182 is port number. Port number can be anything and is defined in the settings of Caravan.

homepage.html is name of the page.

Example:
// On your local machine you can access Caravan via:

http://localhost:8182/homepage.html

//or

http://127.0.0.1:8182/homepage.html
Quick Reference
Home       Back