net.server
Class Server

java.lang.Object
  extended by net.server.Server

public class Server
extends java.lang.Object


Constructor Summary
Server()
           
 
Method Summary
static void checkResources()
           
static void main(java.lang.String[] args)
           
static void setServerPath()
          figure out where the web pages and configuration files are.
static void startServer()
           
static void startServer(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

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

setServerPath

public static void setServerPath()
figure out where the web pages and configuration files are.


checkResources

public static void checkResources()

startServer

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

startServer

public static void startServer()