WAS Next for WebSphere 7

The question still remains for IBM: When is WebSphere App Server 7 coming out? The response is still the same: deer-caught-in-the-headlight stare from the IBM software reps. Some inside information tells me a few clues about what to expect. First off, from my conversation with a certain Distinguished Engineer last year, was that WAS 7 … Read more

Importing XML Schema file for xmlAccess scripts

If you are new to WebSphere Portal, and setting up a test/staging /production environment, then you should closely familiarize yourself with the XmlAccess interface. This is the command line scripting interface. Yes, you are probably thinking “command line?? why got out of the green screen stone age years ago!”. Well that’s fine and dandy, but … Read more

Troubleshooting the Portal configuration

In looking at the troubleshooting section of the Portal 6 infocenter, I ran across a good troubleshooting article. http://www-1.ibm.com/support/docview.wss?rs=688&context=SSHRKX&q1=enable-security-wmmur-ldap&uid=swg27008792&loc=en_US&cs=utf-8&lang=en To reiterate one of the key points in the LDAP setup, you MUST disable global security before running the enable-security task.“wpsconfig disable-security” Then validate your LDAP setup with“wpsconfig validate-ldap-wmmur” (the wmmur is for realm support) Once … Read more

Portal Security Overview

This is a very informative article on how WebSphere Portal security works. It also does a great job of explaining WebSphere app server security, and how external security managers can hook in. It was written by the guys who architected the whole Portal security, so it is from the horses mouth, so to say. http://download.boulder.ibm.com/ibmdl/pub/software/dw/wes/pdf/0611_buehler-WP60-SecurityOverview.pdf(note: … Read more

Stopping WebSphere Gracefully on an iSeries

This is a question I get frequently from new customers running WebSphere Application Server, and its a good question as its not well documented anywhere (or at least anywhere convenient). Every shop will need to IPL their iSeries at some point, and subsequently you want to bring down the Application server and HTTP servers gracefully … Read more