gov.lanl.ooexam
Class FactServer

java.lang.Object
  |
  +--gov.lanl.ooexam.FactServer

public class FactServer
extends java.lang.Object

NOTE: You need to start both the Server and the Client from the folder where the keystore and the truststore files are located. Or you might adapt the path to using other key- and truststores.

 

Constructor Summary
FactServer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactServer

public FactServer()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the application.

Parameters:
args - Application command line parameters.