How could you retrieve password for I-Planet console if you
have forgotten?
Answer / sumit
Look in the file server_root/https-admserv/config/admpw
You should see something like:
admin:{SHA}wuxl6TYxeC7pOCDwcbCicNOyoQM=
where "admin" is the username and the rest is the password.
Just delete the password stuff (everything after the : )
and you should be able to connect to the admin server with
just the username and a blank password.
| Is This Answer Correct ? | 6 Yes | 1 No |
How to upgrade the weblogic version and explain the steps?
What is the boot? What is the significance of it?
What is the performance issue in weblogic and how can you resolve ,explain in brief
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
Tell me what can happen when stub can't to connect to web-logic server instances?
What is meant by node manager?
What is managed server
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
When should I use server session pools and connection consumers? : BEA Weblogic
How does a file store compare with a jdbc store? : BEA Weblogic
How do you do performance tuning of wls?