Starting and Stopping the Application Server

Glassfish is registered as an operating system service. Each time a web service node is rebooted, the application server is restarted automatically as part of the node boot sequence. To manually stop or start the web service you must be the unix root user of the node.

Stopping the web service

# service glassfish stop

Starting the web service

# service glassfish start

Restarting the web service

# service glassfish restart