
Global-WAN's CSP Servlets extend the Server functionalities by
letting you:

  - accept, process, log and reply to Client Requests at the 
    Application level (handle HTTP forms, query databases, etc.)

Copy your .C files in the G-WAN/CSP folder to let C Servlets handle
Client Requests.
Remove (or change the *.C extension into anything else like *._)
a C file from this folder to prevent G-WAN from using a Servlet.

Visit your G-WAN/CSP folder to see working samples which can be used 
as a templates (the source code is provided).

