Exit Print View

Sun GlassFish Enterprise Server v3 Troubleshooting Guide

  This Document Entire Library
Print View

Document Information

Preface

1.  Overview of Enterprise Server Troubleshooting

2.  Specific Issues

3.  Frequently Asked Questions

Administration FAQs

Which asadmin Commands are Supported?

Application FAQs

How Do I Debug Applications?

How Do I Change Application Permissions?

What Are the Restrictions and Optimizations for Session Beans?

Eclipse FAQs

Where Can I Find More Information About Eclipse and Enterprise Server Integration?

Extensibility FAQs

How Do I Develop Add-On Components?

How Do I Add Containers?

How Do I Extend the Administration Console?

Java Persistence FAQs

What Are the Restrictions and Optimizations for the Java Persistence API?

Update Tool FAQs

How Do I Use Update Tool to Extend My Enterprise Server Installation?

How Do I Turn Off the Notifier?

To Turn Off the Notifier

Index

Extensibility FAQs

How Do I Develop Add-On Components?

See the Sun GlassFish Enterprise Server v3 Add-On Component Development Guide for complete details.

How Do I Add Containers?

Enterprise Server has a highly modular architecture that enables you to add new types of containers that handle many application types, not just Java EE. Enterprise Server defines a service provider interface (SPI), which container developers implement. The Enterprise Server framework then invokes the container's implementation of the SPI to detect, deploy, and manage applications of the new type.

For more information, see Chapter 5, Adding Container Capabilities, in Sun GlassFish Enterprise Server v3 Add-On Component Development Guide.

How Do I Extend the Administration Console?

See Chapter 3, Extending the Administration Console, in Sun GlassFish Enterprise Server v3 Add-On Component Development Guide.