===== JBoss ===== * Noisy output. Can distract from what is really happening * Ugly Administration Console - Install . download the zip file . extract it to some directory * Different configurations . minimal - provides bare minimum services including logging, jndi, url deployment scanner . default - base JEE 1.4 server . all - all services * To start server with alternate configuration './run.bat -c minimal' - Starting JBoss . $JBOSS_HOME/bin/run.bat - Deploying Applications . move the applications to the deploy directory under the configuration that is currently running - Undeploy Applications . delete it from the deploy directory - Stopping the Server . Ctrl+C