d8888 888 888      88888888888 888      d8b                                 888       888          888       .d8888b.           888                               
      d88888 888 888          888     888      Y8P                                 888   o   888          888      d88P  Y88b          888                               
     d88P888 888 888          888     888                                          888  d8b  888          888      Y88b.               888                               
    d88P 888 888 888          888     88888b.  888 88888b.   .d88b.  .d8888b       888 d888b 888  .d88b.  88888b.   "Y888b.   88888b.  88888b.   .d88b.  888d888 .d88b.  
   d88P  888 888 888          888     888 "88b 888 888 "88b d88P"88b 88K           888d88888b888 d8P  Y8b 888 "88b     "Y88b. 888 "88b 888 "88b d8P  Y8b 888P"  d8P  Y8b 
  d88P   888 888 888          888     888  888 888 888  888 888  888 "Y8888b.      88888P Y88888 88888888 888  888       "888 888  888 888  888 88888888 888    88888888 
 d8888888888 888 888          888     888  888 888 888  888 Y88b 888      X88      8888P   Y8888 Y8b.     888 d88P Y88b  d88P 888 d88P 888  888 Y8b.     888    Y8b.     
d88P     888 888 888          888     888  888 888 888  888  "Y88888  88888P'      888P     Y888  "Y8888  88888P"   "Y8888P"  88888P"  888  888  "Y8888  888     "Y8888  
                                                                 888                                                          888                                        
                                                            Y8b d88P                                                          888                                        
                                                             "Y88P"                                                           888   

All Things WebSphere

Concerns and issues relating to all versions of WebSphere Application Server

Monday, January 23, 2012

 

New Features in WebSphere Application Server version 8.0.0.2

WAS 8002 was available for general availability on 1/16/2012. The blog post below provides the necessary links for download and an overview and brief detail of the new features in WebSphere Application Server version 8.0.0.2. Please note that a fix pack contains both features and APAR fixes.
WAS 8002 & other offerings download --> http://www-01.ibm.com/support/docview.wss?uid=swg24031368
Recommended Fixes Page --> http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&uid=swg27004980#ver80
Readme --> http://www-01.ibm.com/support/docview.wss?uid=swg27023570
FixList 8002 -> http://www-01.ibm.com/support/docview.wss?uid=swg27022958
z/OS --> http://www-01.ibm.com/support/docview.wss?rs=404&uid=swg27006970


Improvements in WAS 8002  =>

Education on ALL these new features is provided by the IBM Education Assistant here 
http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/index.jsp?topic=/com.ibm.iea.was_v8/was/WASv8.0.0.2.html

Customized access logging for WAS 
Before V8.0.0.2 the access log only offered two options for format, common and combined. With  the new access log enhancements added in V8.0.0.2 you can customize how much information, and what information, is displayed. 17 directives were added to display different pieces of information in the access log. These directives, allow for any order the user wants and each directive can be quoted. These access log enhancements provide greater customization and more information on display to the user.

Example:
%h %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i" "%C"
Remote host, URL path not including query string, start time of request (NCSA format), method, path, query-string, and protocol, ..... 

- Directives must be separated by spaces
- Individual directives can be surrounded by quotes
- Directives can be ordered however the user wishes
- Unless noted, all directives will print - if no value is found

� Information on access log functionality:
http://publib.boulder.ibm.com/infocenter/wasinfo/v8r0/topic/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/utrb_httperrlogs.html
� Used as a base for the new functionality:
http://publib.boulder.ibm.com/httpserv/manual70//mod/mod_log_config.html


Tools from the Virtual Member Manager to clear adapter cache, manage realm default parent & retrieve the data model
  • The Clear Adapter Cache feature is needed to ensure that VMM always returns correct data.  Changes made to the existing Get and Search commands. New control added to be used with the existing Get and Search API. Two new commands added for handling the cache of the adapters. 
  • New commands for set, update, delete, list of realm level default parent. Simplifies configuration and management. Commands can be used in server and local mode
  • VMM data Model is a description of the organization of data in a manner that reflects the information structure supported by VMM. VMM allows to retrieve the different kinds of information related to its data model schema. To retrieve the VMM schema there is currently a supported API. There is no command used from the command line to retrieve the schema.This feature adds new commands to retrieve the different VMM data model that can be used in server and local mode.
http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/topic/com.ibm.iea.was_v8/was/8.0.0.2/Tools.html?dmuid=20111105095219725033


Fixing the Performance problem with the Service Data Object (SDO) Repository
The feature focuses on enhancing the performance of the SDO repository. This is done by
changing the way in which the data is accessed by the entity beans. Finder methods fetches the entire objects even if you are interested in just one column in the table, these are exposed to the clients. Replacing the finder methods with the ejbSelect methods and exposing them to client interface enhances the performance by several factors.
http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/topic/com.ibm.iea.was_v8/was/8.0.0.2/Performance/WASv8002_SDO_Performance.pdf?dmuid=20111107132159204845


sibDDLGenerator enhancements for SIBus - 
Before these enhancements, the sibDDLGenerator command created the CREATE DATABASE statement DDL and created the tablespaces listed here. If the same database had to be shared by multiple messaging engines, it was necessary  to make some changes to the DDLs generated by the sibDDLGenerator command:
remove the CREATE DATABASE statement DDL, and modify the tablespace names. As part of the enhancements to the sibDDLGenerator, two new parameters (-createdbstmt, -tablespaceprefix) are added.  These parameters remove the need for changes to the DDLs generated by the sibDDLGenerator command .
http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/topic/com.ibm.iea.was_v8/was/8.0.0.2/Architecture/WAS_8002_SIB_sibDDLGenerator.pdf?dmuid=20111107132412229085&noframes=true


Installation changes and enhancements in IBM WebSphere Application Server V8.0 for the z/OS platform
Clarification of fix pack delivery mechanism (PTFs) to ensure fixed service footprint and Support for Installation Manager console mode
https://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/topic/com.ibm.iea.was_v8/was/8.0.0.2/zOS/WAS_8002_zOS_Installation.pdf?dmuid=20111116163149641261

Labels:


Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Subscribe to Post Comments [Atom]





<< Home

Archives

December 2006   September 2008   January 2009   February 2009   March 2009   September 2009   October 2009   November 2009   December 2009   January 2010   February 2010   March 2010   April 2010   October 2010   January 2011   February 2011   April 2011   May 2011   June 2011   July 2011   August 2011   September 2011   October 2011   November 2011   December 2011   January 2012   February 2012   March 2012   April 2012   May 2012   June 2012   July 2012   August 2012   September 2012   October 2012   November 2012   January 2013   May 2013   June 2013   July 2013   September 2013   October 2013   June 2014   August 2014  

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]