Friday, April 13, 2012

PUT THE GLASS DOWN TODAY!

Nice Story

A professor began his class by holding up a glass with some water in it. He held it up for all to see & asked the students"How much do you think this glass weighs?"

'50gms!' ..... '100gms!' .....'125gms' ...the students answered.


"I really don't know unless I weigh it," said the professor, "but, my question is:

What would happen if I held it up like this for a few minutes?"


'Nothing' …..the students said.
'Ok what would happen if I held it up like this for an hour?' the professor asked.

'Your arm would begin to ache' said one of the student
"You're right, now what would happen if I held it for a day?"

"Your arm could go numb, you might have severe muscle stress & paralysis & have to go to hospital for sure!"
….. ventured another student & all the students laughed
"Very good.
But during all this, did the weight of the glass change?"
asked the professor.

'No'…. Was the answer.
"Then what caused the arm ache & the muscle stress?"

The students were puzzled.
"What should I do now to come out of pain?" asked professor again.

"Put the glass down!" said one of the students
"Exactly!" said the professor.

Life's problems are something like this.
Hold it for a few minutes in your head & they seem OK.

Think of them for a long time & they begin to ache.
Hold it even longer & they begin to paralyze you. You will not be able to do anything.

It's important to think of the challenges or problems in your life,
But EVEN MORE IMPORTANT is to 'PUT THEM DOWN' at the end of every day before You go to sleep..


That way, you are not stressed, you wake up every day fresh &strong & can handle any issue, any challenge that comes your way!


So, when you leave office today,
Remember my friends to
'PUT THE GLASS DOWN TODAY! '

Sunday, April 8, 2012

Reset TCP/IP Stack for Windows XP (SP2), Windows 7

Make a Bat file and run :
REM 1. Reset WINSOCK entries to installation defaults:
        netsh winsock reset resetlog.txt
REM 2. Reset TCP/IP stack to installation defaults:
        netsh int ip reset c:\resetlog.txt
REM 3. Reset Firewall stack to installation defaults:     
        netsh firewall reset 
Article and s/w for custom configuration : 

Wednesday, April 4, 2012

Disabling WAS security

METHOD 1: Disabling security thru WAS admin console
- Run at command prompt: \bin\wsadmin.bat -conntype NONE
- Type at WAS admin console: securityoff
- Type exit and restart server.
METHOD 2: Disabling security by editing security.xml file.
- profile_home\config\cells\cell_name\security.xml
- Open this file and change the security attribute enabled=true to enabled=false
- Click here for more info.
- URL to decode password: sysman
METHOD 3: Configuring WAS to stop without prompting for password
Edit the following file:
1.) profile_home\properties\soap.client.props
Then, change the values of these properties:
com.ibm.SOAP.securityEnabled=true to false
com.ibm.SOAP.loginUserid=
com.ibm.SOAP.loginPassword=
2.) Restart server., without giving user id and password.
METHOD 4: Encoding and Edcoding WAS Password
1.) Encode using(\bin\PropFilePasswordEncoder.bat )
profile_home\properties\soap.client.props
the com.ibm.SOAP.loginPassword property value using:
2.) Decoding (XORDecoder)
Go to directory profiles/profie_name/config/cells
Open file security.xml
Look for tag userRegistry