Archive for the ‘Application Administration’ Category

Websphere Admin Console Password

May 18, 2009

Some times there might be cases like forgetting WebSphere admin console password where we need to disable WebSphere Application Server security by editing configuration files without logging into the WAS admin console. In order to does this you should edit some configuration files which is described below:
1-Browse to the following directory :
WAS_INSTALL_DIR/profiles//config/cells//
2-Open file named security.xml
3-Seatch for tag like this <security:Security.
4-This would be the first tag in security.xml file. In this tag we can see an attribute called enabled=”true”. Just change this tag from current state to enabled=”false”

before doing this create a backup from file security.xml .

IBM Websphere 6.1 Console Opening Error

April 5, 2009

In some situation you may face problem opening websphere management console. It will authenticate you but dont show the pages of administration.
To solve this problem first check the system logs which are located by default in this address :C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\logs for troubleshouting this.
But normally this error will be solved after applying latest fixpacks from IBM which is fixpack no 23 right now and can be downloaded from here
Websphere 6.1 Fixpack23

And be informed that for upgrading websphere you should download update installer from ibm website.
But in some situation even patching will not solve this problem. In this cases just change j_security_check to login.do after authentication.
It will solve the problem and you will have access to console.


Follow

Get every new post delivered to your Inbox.