How could you retrieve password for I-Planet console if you
have forgotten?
Answer Posted / 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 |
Post New Answer View All Answers
What elements make up the administration console?
What is t3??
Tell me how is the security handled in web logic j2ee connector architecture?
What is the difference between weblogic and jboss?
What does isidentical() method return in case of different type of beans?
How does cluster communication happen?
Explain about cluster heart beats?
In how many ways we can implementg session replication?
How can default jvm be changed to others?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
Must ejbs be homogeneously deployed across a cluster? Why?
What causes an ociw32.dll error? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic