CeWEB Version: V0.24 Date : 08.11.2001 Author : c.stoidner Quick Start for the CeWEB Embedded WebServer: --------------------------------------------- This Document should help you to start with CeWEB on your system as fast as possible. It describes the needful steps to use CeWEB. Fore some systems there are complete demo files. To use them you do not have to configure anything. 1. Create a project or a Makefile: ------------------------------- The current Directory contains a Borland C++ 5.02 project file. So if you want to program with this Borland version, you can open the project in that compiler. If you want to compile the WebServer with another tool (e.g. gcc under Linux) you have to generate a makefile for that compiler first. I will add some Project files (e.g. for Microsoft Compilers) and some Makefile in the future. 2. Check Interface Functions: -------------------------- CeWEB uses Interface functions to access to the system and its TCP/IP and to the file system. The Interface functions are combined in seperate files. So you have only to edit these files to start with CeWEB. The file which have to be modified are: - CWIntSys.c / h - CWIntTcp.c / h - CWIntUrl.c / h At time the files in the project are used for Borland C++ 5.02 under Win32. I will add some other Demo Interfaces (e.g. for Linux, the IPC@CHIP from Beck www.bcl.de], ...) 3. Now start it ------------ Atfer starting the executable file the Webserver listen for connections. The search directory for the webfiles is the root dir of the current drive. At time it provides only the mimetype html and gif. For more Question: mailto:c.stoidner@dont-panik.com good luck ;-)