Working with the GlassFish Server

See Also

The following table shows how to work with the GlassFish Server.

Number one
Start the server
  1. Register the GlassFish application server with the IDE.
  2. In the Services window, right-click the server instance and select Start.

Number one
Creating and deploying enterprise applications
  1. Create the project for the enterprise application.
  2. Create the projects for any EJB modules.
  3. Create the projects for any web modules.
  4. Add the modules to the enterprise application.
  5. Deploy the enterprise application.
  6. Remove the application from the GlassFish application server.

Number one
Configuring the server
  1. Add your database drivers.
  2. Create a connection to a database.
  3. Set up a connection pool for the database.
  4. Register the connection pool.
  5. Create a JDBC resource for the connection pool.
  6. Register the JDBC resource.

See Also
GlassFish Application Server Tasks: Quick Reference
Modifying JVM Properties of the Sun Java System Application Server
Removing an Application from a Server

Legal Notices