org.activemath.config.startup
Class AMMonolithicWithGUI
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMMonolithicWithGUI
public AMMonolithicWithGUI()
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