NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
4-74
Administering Resources
Administering Resources
Resources can be defined either globally or per web application under the Context
element. The globally defined resources can be accessed using web applications by
specifying links to the global resource in the web application itself.
The following are the types of resources:
Data Sources (of type javax.sql.DataSource)
Mail Sessions (of type javax.mail.Session)
Environment Entries (of various Java language types such as
java.lang.Integer and java.lang.String)
User Databases
Resource Links
For information on how to define the resources globally, see
http://tomcat.apache.org/tomcat-6.0-doc/config/globalresources.html.
For information on how to define resources per web application, see
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html.
For information on how to create resource links, see
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Resource%20Links.
Data Sources
Data sources are resources that are used to perform database operations.
To create a data source, you must click Data Sources under Resources displayed in
the left pane.
Figure 4-44
displays the Data Source Actions list and the properties of the Data
Sources in the right pane.










