Servlet session |
WebSphere Application
Server |
By default, QWAS6SN. Specify a different library
by editing the libraries custom property in the Session Manager persistence
panel. |
By default, the user profile under which the
application server runs. Specify a different library by editing the
libraries custom property in the Session Manager persistence panel. |
Entity enterprise beans that use container managed
persistence (CMP) |
WebSphere Application
Server or already exists |
User-defined |
By default, the user profile under which the
application server runs. Specify a different user profile by creating
a JAAS alias for the enterprise bean data source. See the topic "Creating JAAS aliases" note that
follows this table for more information. |
User-written data access code in servlets, session
beans, and entity beans with bean-managed persistence (BMP), which
might use connection pooling |
WebSphere Application
Server, user code, or already exists |
User-defined |
By default, the user profile under which the
application server runs. Specify a different user profile by modifying
the user code to explicitly use a user ID and password with the database
connection. Alternatively, you can create a JAAS alias for the data
source that you configure for your servlet or enterprise bean. See
the "Creating JAAS aliases" note that
follows this table for more information. |