NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
C-18
Mail Sessions
scope (String)
Specifies the sharing scope. The default is Shareable.
type (String)
Specifies the resource type. The default is javax.sql.DataSource.
Mail Sessions
A Mail Session represents a standard resource factory that creates
javax.mail.Session session instances for web applications so that the application
is insulated from changes in the email server configuration environment. The Mail
Session properties are:
name (String)
The name of the Mail Session.
mail.smtp.host (String)
Points to a server that provides SMTP services.
auth (String)
Specifies the authorization requirement. The default is the Container.
scope (String)
Specifies the sharing scope. The default is Shareable.
type (String)
Specifies the resource type. The default is javax.mail.Session.
Environment Entries
An Environment Entry represents a named value made visible for web applications.
The Environment Entry properties are:
className (String)
Specifies the fully qualified class name.
Name (String)
The name of this entry.
type (String)
The data type of the value. Supported data types are: java.lang.Boolean,
java.lang.Byte, java.lang.Character, java.lang.Double,