STRONGblog

Notes from twenty years in the field

Working notes from real z/OS engagements — Endevor-to-Git migrations, DBB builds, IDz performance, code pages, and mainframe CI/CD. The same knowledge we bring to yours.

JavaOne 2007

Its opening day today at JavaOne (I was here yesterday for Java University). I’m sitting in the keynote address. Some cool things are being announced, as is typical in any opening general session. I’ll comment when I can, and I’ve got a bunch of other material I’ve been saving up – so expect a lot … Read more

Adding New HATS Templates to new Projects

HATS comes bundled with several default templates. Only one or two could reasonably be used in a production environment as they are just downright hideous. A template consists of a JSP, images, and stylesheets. Rather than create a new template each time you do a project, you might want to save the project so that … 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

Cisco VPN with Ubuntu

I’m slowly dismantling each rickety pier holding up Windows on my laptop. Our VPN was a big one. I’ve found some great articles on installing, patching and setting up the VPN client on Ubuntu 6.10 (Edgy Eft). Check out the following links:http://www.popey.com/node/62http://www.victortrac.com/cisco_vpn_patch You can also find the links on my del.icio.us site:http://del.icio.us/klenny ©2016 Strongback Consulting