Oct 14

Eye Bee Em
The first thing to do is verify that our operating system isn’t supported officially by IBM WebSphere Application Server 6.1. You can check on that link http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg27007659
After downloaded or put the CD on drive, you need to extract the files from the tar.
Once you have extracted the files the first thing you want to do is run the launchpad.sh script.
read more
Print
Sep 09
To remove the ^M characters at the end of all lines in vi, use:
:%s/^V^M//g
The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this:
:%s/^M//g
Print
Sep 09
How to remove a file which looks like this -3434234234 in wstemp (WebSphere) or on any AIX system.
Just do: rm -r ./3434234234 and you’re done!
Print
Nov 21
Finally found some good use for my blog, it’s a place to help other people with the same problems I deal with. Oh sorry I usually run into trouble working (configuring) systems. I’ll explain more later
Print