1. Overview of Sun GlassFish Enterprise Server v3 Application Deployment
A. The asadmin Deployment Subcommands
B. Enterprise Server Deployment Descriptor Files
C. Elements of the Enterprise Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
Specifies that the communication between client and server is NONE, INTEGRAL, or CONFIDENTIAL.
NONE means the application does not require any transport guarantees.
INTEGRAL means the application requires that the data sent between client and server be sent in such a way that it can’t be changed in transit.
CONFIDENTIAL means the application requires that the data be transmitted in a fashion that prevents other entities from observing the contents of the transmission.
In most cases, a value of INTEGRAL or CONFIDENTIAL indicates that the use of SSL is required.
webservice-endpoint (sun-web.xml, sun-ejb-jar.xml)
none - contains data