at.ac.tuwien.infosys.rnue.helpers.http
Class HTTPServerTester

java.lang.Object
  |
  +--at.ac.tuwien.infosys.rnue.helpers.http.HTTPServerTester
All Implemented Interfaces:
IConstants

public class HTTPServerTester
extends java.lang.Object
implements IConstants

Helper to test your HTTP server. Use a web-browser to access any files in your local document base directory. Use the program with the following parameter:
java at.ac.tuwien.infosys.rnue.helpers.http.HTTPServerTester -c {property-file}


Field Summary
 
Fields inherited from interface at.ac.tuwien.infosys.rnue.interfaces.IConstants
CGIBIN_PREFIX, DOC_PREFIX, DOCUMENT_BASE, DOWNLOAD_PREFIX, DSG_CA_NAME, EXIT_FLAG, FILE_BASE, GC_INTERVAL, HTTP_SERVER_PORT, HTTP_SERVER_TIMEOUT, HUMAN_READABLE_NAME, IS_ALIVE_INTERVAL, IS_ALIVE_RECEIVER_TIMEOUT, KEY_LENGTH, KEYFILE_NAME, LIFETIME_OF_HOSTINFOS, MAX_ISALIVE_PACKET_LENGTH, MAX_UDP_PACKET_LENGTH, MULTICAST_ADDRESS, MULTICAST_PORT, ORB_HOST, ORB_PORT, RMI_REGISTRY_HOST, RMI_REGISTRY_PORT, RMI_SERVICE_NAME, SHAREME_CGI, SHAREME_PARAMNAME, SHUTDOWN_PASSWORD, SHUTDOWN_PORT
 
Constructor Summary
HTTPServerTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPServerTester

public HTTPServerTester()
Method Detail

usage

public static void usage()

main

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