src.server
Class Server

java.lang.Object
  extended bysrc.server.Server

public class Server
extends java.lang.Object

Main class of the Server part of KTH koll. This class is responsible for setting up the responding webserver, handling incoming request and executing them Responsible programmer: Linus Kendall Changelog: $$Log: Server.html,v $ $Revision 1.1.1.1 2005/08/09 21:00:21 andreas $Initial entry $ $Revision 1.13 2005/05/09 13:43:37 andreas $Improved the alert system and extended the help system. $ $Revision 1.11 2005/05/05 11:07:39 andreas $Added examples to the modules' help. $Added support for modules overriding the default settings pattern. $ $Revision 1.10 2005/05/04 13:36:12 andreas $Implemented setting checks in the config. $The module help now also includes "inställningar" which tell the user what the accepted settings are. $ $Revision 1.9 2005/05/04 11:25:00 linus $Made updates to: $- Configuration handlign $- Query testing $- Module handling (including module settings). $ $Revision 1.8 2005/05/02 14:52:50 linus $Minor code changes. $ $Revision 1.7 2005/04/30 09:15:15 andreas $Now resets the config file to default on startup. $ $Revision 1.6 2005/04/27 21:43:45 andreas $Added module loading. $ $Revision 1.5 2005/04/27 20:17:50 linus $Implemented configuration support in server and DB. $ $Revision 1.4 2005/04/25 10:13:53 linus $*** empty log message *** $ $Revision 1.3 2005/04/20 19:49:53 linus $Implemented Server and XMLRPC classes. $ $Revision 1.2 2005/04/19 09:30:48 linus $Updated class documentation. $$

Version:
$$Revision: 1.1.1.1 $$ TODO
Author:
Last updated $$Date: 2005/08/09 21:00:21 $$ by $$Author: andreas $$

Constructor Summary
Server()
           
Server(java.lang.String configFile)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(java.lang.String configFile)
       throws src.server.ServerBootError

Server

public Server()
       throws src.server.ServerBootError
Method Detail

main

public static void main(java.lang.String[] args)

start

public void start()

stop

public void stop()