cervlet.c File Reference

Implementation of doGet and doPost routines used by the cervlet processor module. More...

Go to the source code of this file.

Defines

#define ACTION(c)   !strncasecmp(req->url, c, sizeof(c))
#define HOME   "/"
#define STOP   "/_stop"
#define TEST   "/_monit"
#define ABOUT   "/_about"
#define PIXEL   "/_pixel"
#define RUN   "/_runtime"
#define VIEWLOG   "/_viewlog"

Functions

void init_service ()
 Callback hook to the Processor module for registering this modules doGet and doPost methods.


Variables

ssl_server_connectionmySSLServerConnection


Detailed Description

Implementation of doGet and doPost routines used by the cervlet processor module.

This particilary cervlet will provide information about the monit deamon and programs monitored by monit.

Author:
Jan-Henrik Haukeland, <hauk@tildeslash.com> , Martin Pala <martin.pala@hq.iol.cz> , Christian Hopp <chopp@iei.tu-clausthal.de>
Version:
$Id: cervlet.c,v 1.48 2002/12/21 13:56:04 hauk Exp $

Definition in file cervlet.c.


Define Documentation

#define ABOUT   "/_about"
 

Definition at line 59 of file cervlet.c.

#define ACTION      !strncasecmp(req->url, c, sizeof(c))
 

Definition at line 52 of file cervlet.c.

#define HOME   "/"
 

Definition at line 56 of file cervlet.c.

#define PIXEL   "/_pixel"
 

Definition at line 60 of file cervlet.c.

#define RUN   "/_runtime"
 

Definition at line 61 of file cervlet.c.

#define STOP   "/_stop"
 

Definition at line 57 of file cervlet.c.

#define TEST   "/_monit"
 

Definition at line 58 of file cervlet.c.

#define VIEWLOG   "/_viewlog"
 

Definition at line 62 of file cervlet.c.


Function Documentation

void init_service  
 

Callback hook to the Processor module for registering this modules doGet and doPost methods.

Definition at line 103 of file cervlet.c.

References add_Impl().


Variable Documentation

ssl_server_connection* mySSLServerConnection
 

Definition at line 78 of file cervlet.c.