Java Reference
In-Depth Information
3. Right-click the GlassFish Server instance and select Start.
Next Steps
To stop the GlassFish Server using NetBeans IDE, right-click the
GlassFish Server instance and select Stop.
Starting the Administration Console
To administer the GlassFish Server and manage users, resources, and Java EE applica-
tions, use the Administration Console tool. The GlassFish Server must be running before
you invoke the Administration Console. To start the Administration Console, open a
browser at http://localhost:4848/ .
Or, on Windows, from the Start menu, select All Programs, then select Java EE 6 SDK,
then select Administration Console.
To Start the Administration Console Using NetBeans IDE
1. Click the Services tab.
2. Expand the Servers node.
3. Right-click the GlassFish Server instance and select View Domain Admin
Console.
Note
NetBeans IDE uses your default web browser to open the Administra-
tion Console.
Starting and Stopping the Java DB Server
The GlassFish Server includes the Java DB database server.
To start the Java DB server from the command line, open a terminal window or command
prompt and execute:
asadmin start-database
To stop the Java DB server from the command line, open a terminal window or command
prompt and execute:
asadmin stop-database
Search WWH ::




Custom Search