org.activemath.config.startup
Class AMMonolithicWithGUI

java.lang.Object
  extended by org.activemath.config.startup.AMMonolithicWithGUI

public class AMMonolithicWithGUI
extends Object

Loads the ActiveMath servlets, mbase, and user-model assorted with a log-force-5 display.


Nested Class Summary
static class AMMonolithicWithGUI.DetectionServer
           
 
Constructor Summary
AMMonolithicWithGUI()
           
 
Method Summary
static void checkFreePorts()
          Tries to talk to the server, requests window-opeing if it answers.
static void initGUIAppender()
           
static void initLog4jWithGUI()
          First loads the class Logger thus initting log4j.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMMonolithicWithGUI

public AMMonolithicWithGUI()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

initLog4jWithGUI

public static void initLog4jWithGUI()
                             throws Exception
First loads the class Logger thus initting log4j. Then adds the Log-Force-5 appender to it and packs it into a window.

Throws:
Exception

checkFreePorts

public static void checkFreePorts()
Tries to talk to the server, requests window-opeing if it answers. Otheriwse ensures only that the ports 27000 and 8080 are free.


initGUIAppender

public static void initGUIAppender()
                            throws Exception
Throws:
Exception