Wednesday, June 27, 2012

Securing Restful Services with WebSphere

Information detailing the authentication mechanisms within WebSphere for Restful Services.

Virtual Member Manager Documentation

The WebSphere VMM Documentation

Tuesday, June 26, 2012

TAI Support in WAS

What are trust associations ?
Trust association for Subject Creation
Developing a custom interceptor for trust associations

WAS 8 Custom Registry Adaptors

VMM can be configured with a custom adaptor so that a custom registry can be integrated into websphere using a standard api.

The information is described here.

WebSphere 8 Groups from other Registries in VMM

Articles on WebSphere Custom Registries and groups


Configuring the Database Adaptor

Thursday, June 21, 2012

DR in BPM 7.5

Disaster Recover in BPM 7.5 article

Wednesday, June 20, 2012

DB2 Commit Performance

Are commits running slowly?  Read this article to get an understanding of the performance characteristics of transaction events.

Monday, June 18, 2012

db2 set event monitor

$ db2 set event monitor x1mon state 1
DB21034E  The command was processed as an SQL statement because it was not a valid Command Line Processor command.  During SQL processing it returned:
SQL1614N  An I/O error occurred when activating an event monitor. Reason code = "2".  SQLSTATE=58030

This is due to the command:
db2 "create event monitor x1mon for statements, deadlocks, database, tables, connections, transactions write to file '/tmp/x1mon' "

Expecting the x1mon at the end of /tmp/x1mon to be a directory!

Thursday, June 14, 2012

DB2 Lock Management

An interesting article on DB2 Lock Management