Eclipse GlassFish
Upgrade Guide
Release 7
This guide explains how to upgrade to Eclipse GlassFish 7 from previous Eclipse GlassFish and Sun GlassFish Enterprise Server product releases. Also included in this guide are instructions for upgrading configuration data and Jakarta EE applications from binary-compatible earlier versions of this software to work with Eclipse GlassFish 7. Finally, this guide describes compatibility issues that affect data and applications that are to be migrated.
Eclipse GlassFish Upgrade Guide, Release 7
Copyright © 2025 Contributors to the Eclipse Foundation. All rights reserved.
Copyright © 2013, 2019 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.
Preface
This guide explains how to upgrade to Eclipse GlassFish from previous of Eclipse GlassFish and Sun GlassFish Enterprise Server product releases. This guide also includes instructions for upgrading configuration data and Jakarta EE applications from binary-compatible earlier versions of this software to work with Eclipse GlassFish. Finally, this guide describes compatibility issues that affect data and applications that are to be migrated.
1 Upgrading an Installation of Application Server or Eclipse GlassFish
This section explains how to upgrade to Eclipse GlassFish 7 from a previous version. The process involves replicating your existing configuration and applications in the new installation.
Key Topics
Upgrade Paths
Choose one of the following upgrade paths:
- Side-by-Side (Recommended)
-
Installs the new version in a separate directory, allowing you to test before switching to production.
Steps:-
Install Eclipse GlassFish 7 in a new directory.
-
Manually copy the configuration from the old installation.
-
Test the new installation.
-
Update your production environment to use the new installation.
-
- In-Place (Not Recommended)
-
Replaces the existing installation. Requires manual steps and significant downtime.
Steps:-
Move the current installation to a backup directory.
-
Install Eclipse GlassFish 7 in the original location.
-
Manually copy the configuration from the backup.
-
Test the new installation. If issues arise, restore the backup.
-
Upgrade Procedure
Use the Upgrade Tool (asadmin start-domain --upgrade
) to migrate configurations and applications.
Prerequisites
-
Stop all domains on the source server.
-
Install Eclipse GlassFish 7 (see Eclipse GlassFish Installation Guide).
-
Copy custom/third-party libraries from the old installation to the new one.
Steps
-
Install Eclipse GlassFish 7 in a new directory.
-
Copy configurations from the old installation:
-
Domain directory (e.g.,
glassfish/domains/domain1
) -
Nodes directory (if applicable, e.g.,
glassfish/nodes
)
-
-
Run the Upgrade Tool:
asadmin start-domain --upgrade`
-
Start the upgraded domain:
asadmin start-domain domain-name`
-
Verify the upgrade by logging into the Admin Console.
Special Cases
Upgrade of Clusters
When upgrading from a clustered configuration, the older cluster
information is retained in a new domain.xml
file in the Eclipse GlassFish 7 installation directories. However, it is still necessary to
manually re-create the server instances that are contained in the
clusters.
To do that:
-
Perform new (not upgrade) Eclipse GlassFish 7 installations on each node host. Eclipse GlassFish 7 installation instructions are provided in the Eclipse GlassFish Installation Guide.
-
Correct the node configuration on the upgraded DAS, if necessary. This procedure is described in Correcting Cluster configuration.
-
Start the upgraded DAS.
asadmin> start-domain domain-name
If the upgrade succeeded, the migrated cluster configuration exists and the
get-health
subcommand lists the status of the clustered instances as not running. -
Confirm that the cluster configuration exists and contains all its instances.
asadmin> get-health cluster-name
For example, for the sample
cluster1
used in this procedure:asadmin> get-health cluster1 instance1 not started instance2 not started Command get-health executed successfully.
-
Re-create the clustered server instances on each instance host.
The specific commands to use depend on your configuration.-
If remote hosts cannot contact the DAS, export and import the instances' configuration data, as explained in " To Resynchronize an Instance and the DAS Offline" in Eclipse GlassFish High Availability Administration Guide.
-
If remote hosts can contact the DAS, create each instance individually and resynchronize the instance with the DAS, as explained in the following sections:
-
" To Create an Instance Locally" in Eclipse GlassFish High Availability Administration Guide
-
" To Resynchronize an Instance and the DAS Online" in Eclipse GlassFish High Availability Administration Guide
Note that the node name matches that used for the node agent in the 2.x installation. If you get an error stating that some attributes do not match the values in the DAS configuration, follow the instructions in Correcting Cluster configuration.
-
-
-
After creating the instances, manually copy the instance-dir
/imq
directory for each instance from the older source installation to the target Eclipse GlassFish 7 installation. -
If necessary, start the cluster.
For example:asadmin> start-cluster cluster1
This step may or may not be necessary, depending on the procedure you used to create the server instances for the cluster.
Example 2-3 Creating Two Local Instances
The following example shows how to create two local instances in a cluster.
host1$ asadmin --host dashost create-local-instance --node na1 --cluster cluster1 instance1
host2$ asadmin --host dashost create-local-instance --node na2 --cluster cluster1 instance2
dashost
-
The name of the DAS host.
na1
-
The name of the node host.
cluster1
-
The name of the cluster.
instance1
,instance2
-
The names of the instances.
Correcting Cluster configuration
Eclipse GlassFish 7 does not support node agents. If you’re upgrading from a version that supports them or you have issues in cluster configuration after an upgrade, after upgrading the DAS:
-
Install Eclipse GlassFish 7 on each node host.
-
Correct node configurations using
update-node-config
orupdate-node-ssh
. -
Re-create clusters and instances:
-
Use
create-local-instance
for each instance. -
Copy the
imq
directory from the old installation.
-
Upgrading Installations Using NSS Cryptographic Tokens
Eclipse GlassFish 7 does not support NSS. If you’re upgrading from a version that supports them, follow these steps:
-
Prepare for Upgrade:
-
Install Eclipse GlassFish 7 in a new directory.
-
Copy the source domain to the new installation.
-
Update
domain.xml
to remove NSS references and add JKS keystore paths.
-
-
Perform Post-Upgrade Configuration:
-
Migrate NSS keys to PKCS#12 using
keytool
andcertutil
. -
Update the master password if needed.
-
-
Upgrade PKCS#11 Hardware Tokens:
-
Configure the token using JDK-JSSE mechanisms.
-
Update
domain.xml
to reference the hardware token.
-
Troubleshooting
Terminology
- Source Domain Directory
-
Directory of the domain being upgraded (e.g.,
c:\glassfish\domains\domain1
). - Target Root Domain’s Directory
-
Directory where domains are created in the new installation (e.g.,
c:\glassfish7\glassfish\domains
). - Master Password
-
SSL certificate database password (default:
changeit
).
2 Eclipse GlassFish Upgrade Compatibility Issues
This section describes some compatibility issues between Eclipse GlassFish 7 and earlier product releases. This section also describes some compatibility issues that affect Java applications that run on earlier product releases with which Eclipse GlassFish 7 is binary-compatible. When you upgrade to Eclipse GlassFish 7, you must address these issues.
The following topics are addressed here:
Binary-Compatible Releases For Eclipse GlassFish 7
Eclipse GlassFish 7 is NOT binary-compatible with the earlier releases of the software:
-
Sun GlassFish Enterprise Server v2.1.1 (Enterprise and Developer Profiles)
-
Sun GlassFish Enterprise Server v3
-
GlassFish Server Open Source Edition 3.0.1
-
GlassFish Server Open Source Edition 3.1
-
GlassFish Server Open Source Edition 3.1.1
-
GlassFish Server Open Source Edition 4.x
-
GlassFish Server Open Source Edition 5.x
-
Eclipse GlassFish 6.x
Java applications that run on these releases also work on Eclipse GlassFish 7 except for the compatibility issues that are listed in the remainder of this chapter.
The compatibility issues that are listed in the remainder of this chapter do not affect Java applications that run on Sun GlassFish Enterprise Server v3 and Eclipse GlassFish 3.0.1. The differences between Eclipse GlassFish 7 and the Enterprise Server v3 releases do not affect applications and data. |
New Default Installation Directory
The default Eclipse GlassFish 7 installation directories are as follows:
- Solaris, Linux, and Mac OS X systems
user-home-directory/glassfish7
- Windows systems
SystemDrive\glassfish7
Changes to Group Management Service Settings
The functionality of the Group Management Service (GMS) has not changed since Sun GlassFish Enterprise Server v2.1.1, but the names of GMS settings have been changed in the Administration Console to make them more understandable. These changes are made automatically during the upgrade process.
Changes to settings on the Edit Group Management Service page in the Administration Console are summarized in the following table.
Table 1-1 GMS Administration Console Settings Changes from 2.1.1 to 4.0
Old Setting Name | New Setting Name |
---|---|
Protocol Maximum Trial |
Maximum Missed Heartbeats |
Protocol Timeout |
Heartbeat Frequency |
Ping Timeout |
Group Discovery Timeout |
Verified Timeout |
Failure Verification Wait Time |
The Merge Protocol settings from Sun GlassFish Enterprise Server v2.1.1 are not supported and have been removed.
Application Client Interoperability
The Jakarta EE 10 platform specification imposes stricter requirements than
Java EE 5 and older did on which JAR files can be visible to various modules
within an EAR file. In particular, application clients must not have
access to EJB JAR files or other JAR files in the EAR file unless they
use a Class-Path
header in the manifest file, or unless references use
the standard Java SE mechanisms (extensions, for example), or use the
Jakarta EE library-directory
mechanism. Deployed Java EE 5 applications
that are upgraded to Eclipse GlassFish 7 will have the compatibility
property set to v2
and will run without change on Eclipse GlassFish 7.
You may, however, want to consider modifying the applications to
conform to Jakarta EE 10 requirements.
If your upgrade includes a deployed application with an application
client, you will need to retrieve the client stubs using Eclipse GlassFish 7 in order to run the client. Use the
asadmin get-client-stubs
command.
If you try to run the application client before retrieving the client stubs, you will see the following error message:
Invalid or corrupt jarfile jar-file-name
If you commonly distribute application clients to remote systems from
which users will run them, you must not only retrieve the client stubs,
but you must also run the package-appclient
utility for Eclipse GlassFish 7 to upgrade the Eclipse GlassFish system files. This utility
creates a JAR file, which you can then expand on the remote systems.
Application clients use EJBs, web services, or other enterprise
components that are in the application server (on the server side). The
application client and the application server must use the same version
and implementation of the RMI-IIOP protocol. Eclipse GlassFish 7 does
not support communication between different versions of the protocol
implementation. You cannot run application clients with one version of
the application server runtime with a server that has a different
version. Most often, this would happen if you upgraded the server but
had not upgraded all the application client installations. If you run
the package-appclient
utility, this issue will not arise.
You can use the Java Web Start support to distribute and launch the application client. If the runtime on the server has changed since the end-user last used the application client, Java Web Start automatically retrieves the updated runtime. Java Web Start enables you to keep the clients and servers synchronized and using the same runtime.
Node Agent Support
Eclipse GlassFish 7 does not support node agents. When updating from installations of earlier product versions in which node agents were configured, the cluster definitions will be migrated, but the clustered instances themselves must be manually re-created. See Correcting Cluster configuration for more information.
HADB and hadbm
Command Support
Eclipse GlassFish 7 does not support HADB or the hadbm
management command.
Instead of HADB, Eclipse GlassFish 7 supports high availability clustering by means of in-memory session state replication and ActiveCache for GlassFish. See " High Availability in Eclipse GlassFish" in Eclipse GlassFish High Availability Administration Guide for more information.
Command Line Interface: The asadmin
Command
The following sections describe changes to the command line utility asadmin
:
For more information about asadmin
and its subcommands, see the
Eclipse GlassFish Reference Manual.
Deprecated asadmin
Subcommands
In Eclipse GlassFish 7, it is recommended that utility options of the
asadmin
command precede the subcommand. Utility options are options
that control the behavior of the asadmin
utility, as distinguished
from subcommand options. Use of the following options after the
subcommand is deprecated and will be removed in Eclipse GlassFish 7.1.0.
-
--host
-
--port
-
--user
-
--passwordfile
-
--terse
-
--secure
-
--echo
-
--interactive
Deprecated, Unsupported, and Obsolete Options
Options in Table 1-2 are deprecated or no longer supported, or are obsolete and are ignored.
Table 1-2 Deprecated, Unsupported, and Obsolete Options for asadmin
and Subcommands
Option | Affected Subcommands |
---|---|
|
Unsupported for the |
|
Unsupported for the |
|
Unsupported for all relevant subcommands. Use |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Unsupported for the |
|
Unsupported for the |
|
Unsupported for the |
|
Deprecated for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Deprecated for the |
|
Deprecated for the |
|
Obsolete for the |
|
Replaced by the all lowercase option |
|
Unsupported for the |
|
Unsupported for all remote subcommands. Use |
|
Unsupported for the |
|
Obsolete only for the |
|
Unsupported for all relevant subcommands. Use |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete only for the following subcommands:
Replaced by an operand in the |
Applications That Use Java DB
The directory location of Java DB in Eclipse GlassFish 7 has changed
from its location in previous installations. Suppose that you have
deployed applications that use Java DB databases in your previous server
installation, and you upgrade your existing installation to Eclipse GlassFish 7. If you run the asadmin start-database
command and
successfully start Java DB, you could run into problems while trying to
run applications that were deployed on your previous server
installation.
To solve this problem, you can copy the databases
directory from your
previous installation to as-install/databases
. Make sure the database
is not running when you do this.
Alternatively, you can perform these steps:
-
Use the
asadmin start-database
command with the--dbhome
option pointing to thedatabases
directory in the older version of Java DB. For example:asadmin start-database --dbhome c:\glassfish\databases
-
After upgrade, start Eclipse GlassFish 7.
Applications That Use Persistence
Eclipse GlassFish 7 and 3.0.1, and Sun GlassFish Enterprise Server v3 use the persistence provider EclipseLink, while earlier versions used TopLink Essentials.
An application that uses the container to create an EntityManager
or
EntityManagerFactory
and that used Toplink Essentials as its provider
will work in Eclipse GlassFish 7. The container creates an
EntityManager
if the application uses the @PersistenceContext
annotation to inject an EntityManager
, as in the following example:
@PersistenceContext
EntityManager em;
The container creates an EntityManagerFactory
if the application uses
the @PersistenceUnit
annotation to inject an EntityManagerFactory
,
as in the following example:
@PersistenceUnit
EntityManagerFactory emf;
EntityManager em = emf.createEntityManager();
When the application is loaded, Eclipse GlassFish 7 will translate the
provider to EclipseLink and will also translate toplink.*
properties
in the persistence.xml
to corresponding EclipseLink properties. (The
actual persistence.xml
file remains unchanged.)
Under certain circumstances, however, you may have to modify the
persistence.xml
file or your code:
-
If your application uses Java SE code to create the
EntityManagerFactory
, you will need to change yourpersistence.xml
file for both theprovider
element and for anytoplink.*
properties to use the EclipseLink equivalents. An application uses Java SE code if it uses thejavax.persistence.Persistence
class to create theEntityManagerFactory
, as in the following example:EntityManagerFactory emf = javax.persistence.Persistence.createEntityManagerFactory("Order"); EntityManager em = emf.createEntityManager();
In this case, change the
provider
element to specify the following:<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
-
If the application itself contains any TopLink Essentials-specific code and therefore contains casts to
oracle.toplink.*
, you must change the code to cast toorg.eclipse.persistence.*
. You can use the package renamer tool described on the Eclipse wiki to do this. This tool is not provided with Eclipse GlassFish 7, however, so you must obtain it from the EclipseLink project download site.
HTTP Service to Network Service Changes
In Eclipse GlassFish 7, most HTTP Service settings are defined in the Network Service configuration that was introduced in Sun GlassFish Enterprise Server v3.
The changes are described in the following sections.
Changes to Dotted Names
The dotted name hierarchy for the HTTP Service configuration in
Eclipse GlassFish 7 is shown below. Elements that are no longer
supported are request-processing
, keep-alive
, connection-pool
,
http-protocol
, http-file-cache
, and http-listener
. During the
upgrade process, these discontinued elements are remapped to the new
configuration automatically and then deleted.
config
http-service
access-log
request-processing
keep-alive
connection-pool
http-protocol
http-file-cache
http-listener
ssl
property
virtual-server
http-access-log
property
property
thread-pools
thread-pool
The dotted name hierarchy for the Eclipse GlassFish 7 Network Service
and HTTP Service configurations is shown below. The network-config
element and all its children are new except for ssl
.
config
network-config
transports
selection-key-handler
transport
protocols
protocol
http
file-cache
port-unification
protocol-finder
protocol-chain-instance-handler
protocol-chain
protocol-filter
ssl
network-listeners
network-listener
http-service
access-log
virtual-server
http-access-log
property
property
thread-pools
thread-pool
The following example compares the commands for setting a listener port for Sun GlassFish Enterprise Server v3 and Eclipse GlassFish 7. Note that the configuration for Enterprise Server v3 also applies to all earlier Enterprise Server 2.x releases.
-
Command for Sun GlassFish Enterprise Server v3 and earlier:
asadmin set server-config.http-service.http-listener.http-1.listenerport=4321
-
Command for Eclipse GlassFish 7:
asadmin set server-config.network-config.network-listeners.network-\ listener.http-1.listenerport=4321
Changes to asadmin
Subcommands
To accommodate the move of HTTP Service into the new Network Service
configuration, asadmin
subcommands are changed as
follows:
-
The
create-ssl
subcommand has a new--type
parameter value,network-listener
. -
The
create-virtual-server
SUBcommand has a new parameter,--networklisteners
. -
The
create-http-listener
subcommand adds anetwork-listener
element to the domain configuration. The syntax and options of this commands are unchanged.
Remapping of HTTP Service Attributes and Properties
The following tables describe how attributes and properties in the HTTP Service configuration for Eclipse GlassFish 7 are remapped to attributes in the Network Service configuration for older product releases. If you use a configuration from a Sun GlassFish Enterprise Server v2 or v3 release, this remapping happens automatically and then discontinued elements are deleted.
Table 1-3 com.sun.grizzly
Property Remapping
com.sun.grizzly Property |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 1-4 connection-pool
Attribute Remapping
connection-pool Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Table 1-5 http-file-cache
Attribute Remapping
http-file-cache Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
Table 1-6 http-listener
Attribute Remapping
http-listener Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
Table 1-7 http-listener
Property Remapping
http-listener Property |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
|
none |
not supported |
Table 1-8 http-protocol
Attribute Remapping
http-protocol Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
none |
not supported |
|
none |
not supported |
Table 1-9 http-service
Property Remapping
http-service Property |
New Owning Element | New Attribute or Property Name |
---|---|---|
|
|
|
|
|
unchanged property |
|
|
unchanged property |
|
|
unchanged property |
|
|
unchanged property |
|
|
unchanged property |
all other properties |
none |
not supported |
Table 1-10 keep-alive
Attribute Remapping
keep-alive Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
none |
not supported |
Table 1-11 request-processing
Attribute Remapping
request-processing Attribute |
New Owning Element | New Attribute Name |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
none |
not supported |
Table 1-12 ssl
Attribute Changes
Previous Attribute or Property | Previous Owning Element | New ssl
Attribute |
---|---|---|
none |
none |
|
none |
none |
|
|
|
|
|
|
|
|
|
|
all other |
|
unchanged |
Table 1-13 thread-pool
Attribute Changes
Previous Attribute | Previous Owning Element | New thread-pool
Attribute |
---|---|---|
none |
none |
|
none |
none |
|
|
|
|
|
|
|
|
|
not supported |
all other |
|
unchanged |
Table 1-14 virtual-server
Attribute Changes
Previous Attribute or Property | Previous Owning Element | New
virtual-server Attribute |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
all other |
|
unchanged |
all other |
|
unchanged, still properties |
New Network Service Elements and Attributes
The following tables describe the Network Service elements and attributes that were introduced in Sun GlassFish Enterprise Server v3. For attributes and properties remapped from discontinued elements to new elements, see Remapping of HTTP Service Attributes and Properties.
The new file-cache
element has no new attributes. All of its
attributes are remapped from the http-file-cache
element. For details,
see Table 1-5.
Table 1-15 New http
Attributes
Attribute | Default | Description |
---|---|---|
|
|
(Optional) Specifies the class name of the static resources adapter. |
|
|
(Optional) Specifies the maximum size
of |
For remapped http
attributes, see Table 1-4,
Table 1-6, Table 1-7, Table 1-8,
Table 1-10, and Table 1-11.
Table 1-16 New network-listener
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies the |
|
none |
(Optional) Specifies the |
|
none |
Specifies the |
For remapped network-listener
attributes, see Table 1-6.
Table 1-17 New port-unification
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
none |
Specifies the class name of the |
Table 1-18 New protocol
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
For remapped protocol
attributes, see Table 1-6.
Table 1-19 New protocol-chain
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
none |
Specifies the class name of the |
|
|
Specifies the type of protocol chain. |
Table 1-20 New protocol-chain-instance-handler
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the
|
|
none |
Specifies the class name of the
|
Table 1-21 New protocol-filter
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
none |
Specifies the class name of the |
Table 1-22 New protocol-finder
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
none |
Specifies the class name of the |
|
none |
Specifies the |
Table 1-23 New selection-key-handler
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
none |
Specifies the class name of the
|
Table 1-24 New ssl
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
(Optional) Specifies a key store. |
|
none |
(Optional) Specifies a trust store. |
For remapped ssl
attributes, see Table 1-12.
Table 1-25 New thread-pool
Attributes
Attribute | Default | Description |
---|---|---|
|
|
(Optional)
Specifies the class name of the |
|
|
(Optional) Specifies the maximum number of
messages that can be queued until threads are available to process them.
A value of |
For remapped thread-pool
attributes, see Table 1-4,
Table 1-11, and Table 1-13.
Table 1-26 New transport
Attributes
Attribute | Default | Description |
---|---|---|
|
none |
Specifies a unique name for the |
|
|
(Optional)
Specifies the class name of the |
|
none |
(Optional) Specifies the |
|
|
(Optional) Specifies the idle key timeout. |
NSS Cryptographic Token Support
Eclipse GlassFish 7 does not support Network Security Services (NSS) cryptographic tokens. When upgrading to Eclipse GlassFish 7 from Enterprise Server v2.x, additional manual configuration steps must be performed. These steps are explained later in this guide, in Upgrading Installations That Use NSS Cryptographic Tokens.
Appendix
This section contains information about and conventions for the entire Eclipse GlassFish (Eclipse GlassFish) documentation set.
Eclipse GlassFish 7 is developed through the GlassFish project open-source community at https://github.com/eclipse-ee4j/glassfish. The GlassFish project provides a structured process for developing the Eclipse GlassFish platform that makes the new features of the Jakarta EE platform available faster, while maintaining the most important feature of Jakarta EE: compatibility. It enables Java developers to access the Eclipse GlassFish source code and to contribute to the development of the Eclipse GlassFish.
The following topics are addressed here:
Eclipse GlassFish Documentation Set
The Eclipse GlassFish documentation set describes deployment planning and system installation. For an introduction to Eclipse GlassFish, refer to the books in the order in which they are listed in the following table.
Book Title | Description |
---|---|
Provides late-breaking information about the software and the documentation and includes a comprehensive, table-based summary of the supported hardware, operating system, Java Development Kit (JDK), and database drivers. |
|
Explains how to get started with the Eclipse GlassFish product. |
|
Explains how to install the software and its components. |
|
Explains how to upgrade to the latest version of Eclipse GlassFish. This guide also describes differences between adjacent product releases and configuration options that can result in incompatibility with the product specifications. |
|
Explains how to build a production deployment of Eclipse GlassFish that meets the requirements of your system and enterprise. |
|
Explains how to configure, monitor, and manage Eclipse GlassFish subsystems and components
from the command line by using the |
|
Provides instructions for configuring and administering Eclipse GlassFish security. |
|
Explains how to assemble and deploy applications to the Eclipse GlassFish and provides information about deployment descriptors. |
|
Explains how to create and implement Java Platform, Enterprise Edition (Jakarta EE platform) applications that are intended to run on the Eclipse GlassFish. These applications follow the open Java standards model for Jakarta EE components and application programmer interfaces (APIs). This guide provides information about developer tools, security, and debugging. |
|
Explains how to use published interfaces of Eclipse GlassFish to develop add-on components for Eclipse GlassFish. This document explains how to perform only those tasks that ensure that the add-on component is suitable for Eclipse GlassFish. |
|
Explains how to run applications in embedded Eclipse GlassFish and to develop applications in which Eclipse GlassFish is embedded. |
|
Explains how to configure Eclipse GlassFish to provide higher availability and scalability through failover and load balancing. |
|
Explains how to optimize the performance of Eclipse GlassFish. |
|
Describes common problems that you might encounter when using Eclipse GlassFish and explains how to solve them. |
|
Describes error messages that you might encounter when using Eclipse GlassFish. |
|
Provides reference information in man page format for Eclipse GlassFish administration commands, utility commands, and related concepts. |
|
Describes new features, compatibility issues, and existing bugs for Open Message Queue. |
|
Provides an introduction to the technology, concepts, architecture, capabilities, and features of the Message Queue messaging service. |
|
Explains how to set up and manage a Message Queue messaging system. |
|
Describes the application programming interface in Message Queue for programmatically configuring and monitoring Message Queue resources in conformance with the Java Management Extensions (JMX). |
|
Provides information about concepts and procedures for developing Java messaging applications (Java clients) that work with Eclipse GlassFish. |
|
Provides programming and reference information for developers working with Message Queue who want to use the C language binding to the Message Queue messaging service to send, receive, and process Message Queue messages. |
Related Documentation
The following tutorials explain how to develop Jakarta EE applications:
-
Your First Cup: An Introduction to the Jakarta EE Platform. For beginning Jakarta EE programmers, this short tutorial explains the entire process for developing a simple enterprise application. The sample application is a web application that consists of a component that is based on the Enterprise JavaBeans specification, a JAX-RS web service, and a JavaServer Faces component for the web front end.
-
The Jakarta EE Tutorial. This comprehensive tutorial explains how to use Jakarta EE platform technologies and APIs to develop Jakarta EE applications.
Javadoc tool reference documentation for packages that are provided with Eclipse GlassFish is available as follows.
-
The Jakarta EE specifications and API specification is located at https://jakarta.ee/specifications/.
-
The API specification for Eclipse GlassFish 7, including Jakarta EE platform packages and non-platform packages that are specific to the Eclipse GlassFish product, is located at https://glassfish.org/documentation.html.
For information about creating enterprise applications in the NetBeans Integrated Development Environment (IDE), see the NetBeans Documentation, Training & Support page.
For information about the Apache Derby database for use with the Eclipse GlassFish, see the Derby page.
The Jakarta EE Examples project is a collection of code examples for Jakarta EE. It’s available from the repository (https://github.com/eclipse-ee4j/jakartaee-examples
).
The GlassFish Samples project is a collection of sample applications that
demonstrate a broad range of Jakarta EE technologies. The GlassFish Samples
are are available from the repository
(https://github.com/eclipse-ee4j/glassfish-samples
).
Typographic Conventions
The following table describes the typographic changes that are used in this book.
Typeface | Meaning | Example |
---|---|---|
|
The names of commands, files, and directories, and onscreen computer output |
Edit your Use
|
|
What you type, contrasted with onscreen computer output |
|
AaBbCc123 |
A placeholder to be replaced with a real name or value |
The command to remove a file is |
AaBbCc123 |
Book titles, new terms, and terms to be emphasized (note that some emphasized items appear bold online) |
Read Chapter 6 in the User’s Guide. A cache is a copy that is stored locally. Do not save the file. |
Symbol Conventions
The following table explains symbols that might be used in this book.
Symbol | Description | Example | Meaning |
---|---|---|---|
|
Contains optional arguments and command options. |
|
The |
|
Contains a set of choices for a required command option. |
|
The |
|
Indicates a variable reference. |
|
References the value of the |
|
Joins simultaneous multiple keystrokes. |
Control-A |
Press the Control key while you press the A key. |
|
Joins consecutive multiple keystrokes. |
Ctrl+A+N |
Press the Control key, release it, and then press the subsequent keys. |
|
Indicates menu item selection in a graphical user interface. |
File > New > Templates |
From the File menu, choose New. From the New submenu, choose Templates. |
Default Paths and File Names
The following table describes the default paths and file names that are used in this book.
Placeholder | Description | Default Value |
---|---|---|
as-install |
Represents the base installation directory for Eclipse GlassFish.
In configuration files, as-install is represented as follows:
|
|
as-install-parent |
Represents the parent of the base installation directory for Eclipse GlassFish. |
|
domain-root-dir |
Represents the directory in which a domain is created by default. |
as-install |
domain-dir |
Represents the directory in which a domain’s configuration is stored.
In configuration files, domain-dir is represented as follows:
|
domain-root-dir/domain-name |
instance-dir |
Represents the directory for a server instance. |
domain-dir/instance-name |