Info |
---|
Help is available by sending an email to csf-support@mit.edu |
Panel | ||||
---|---|---|---|---|
About this TABThe topics presented in this TAB are primarily designed for a project team leader who need to setup and configure an new ES software project. | ||||
Panel | ||||
Quick Links to:
|
Panel | |||||
---|---|---|---|---|---|
How can I easily download the source jars for third-party jars?
I forgot my OC4J administrator password. How can I manually reset the password?Open ${ORACLE_HOME}/j2ee/home/config/system-jazn-data.xml with a text editor.Find the <user> tag block for oc4jadmin. Change the oc4jadmin's <credentials> property to (substituting your password for myNewPassowd): <credentials>!myNewPassword</credentials> Be sure to preface the password with an ! to inidcate that this is a plain text value. When completed, the oc4jadmin <user> should look something like: Code Block | |