To start the server, please use the following command.

  On windows,

    <INSTALL_DIR>\glassfish\bin\asadmin start-domain

  On Unix platforms,

    <INSTALL_DIR>/glassfish/bin/asadmin start-domain

Where,

<INSTALL_DIR> is the location where GlassFish v3 was installed.

To stop the server, please use the following command.

  On windows,

    <INSTALL_DIR>\glassfish\bin\asadmin stop-domain

  On Unix platforms,

    <INSTALL_DIR>/glassfish/bin/asadmin stop-domain

For more information, please open the following file in your web browser. 

  <INSTALL_DIR>/glassfish/docs/index.html
