WebSphere Application Server Network Deployment, Version 6.1
             Operating Systems: z/OS

             Personalize the table of contents and search results
This topic applies only on the z/OS operating system.

Configuring a table for session persistence

To configure a table for collecting session data, you must add the name of the table to the Web container configuration properties.

About this task

[z/OS] If you are using database for session persistence, you must create and define a database table to the application server to collect session data.

[i5/OS] [AIX HP-UX Linux Solaris Windows] If you are using database for session persistence, you can create and define a database table to the application server to collect session data.

To configure a database table for collecting session data, use the administrative console to add the name of the table to the Web container's configuration properties:

Procedure

  1. Open the administrative console.
  2. Click Servers > Application Servers.
  3. Select a server from the list of application servers.
  4. Under Additional Properties, click Web Container.
  5. Under Additional Properties, click Custom Properties.
  6. Click SessionTableName to configure the table, or click New to create a new property.
  7. [i5/OS] [AIX HP-UX Linux Solaris Windows] Specify 'SessionTableName' in the Name field if you are creating a new property. In the Value field, enter 'sessions' as the name of the session table. Optionally, you can update the description of this table in the Description field. For example, you might enter "Table name for HTTP session data."
  8. [z/OS] Specify 'SessionTableName' in the Name field if you are creating a new property. In the Value field, enter the name of the session table. The value must have the form, schema_name.table_name. For example, if the schema name is DB2ADMIN and the table name is SESSIONS, enter DB2ADMIN.SESSIONS for Value. Optionally, you can update the description of this table in the Description field. For example, you might enter "Table name for HTTP session data."
  9. Click Apply > Save.

Results

When the product is restarted, the session management facility creates the new SESSIONS table in the specified tablespace.



In this information ...


IBM Redbooks, demos, education, and more


Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

IBM Suggests
Task topic    

Terms of Use | Feedback

Last updated: Feb 25, 2009 9:32:38 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tprs_db2tzos_config.html