Main class for Glassfish startup This class spawns a non-daemon Thread when the start() is called. Having a non-daemon thread allows us to control lifecycle of server JVM. The thead is stopped when stop() is called.
@author Jerome Dochez, sahoo@sun.com
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.