Info |
---|
Help is available by sending an email to csf-support@mit.edu |
Panel | ||||
---|---|---|---|---|
Quick Links to:
|
UNDER CONSTRUCTION
Quick Tips
Wiki Markup |
---|
*\[Just throwing some stuff in here - reorganize later - Steve 5/18/2012\]* |
...
Panel |
---|
How can I easily download the source jars for third-party jars? |
...
|
...
indent | |
---|---|
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}
<user>
<name>oc4jadmin</name>
<display-name>OC4J Administrator</display-name>
<guid>E33D5A508AA511DF8F573778FB23EDF8</guid>
<description>OC4J Administrator</description>
<credentials>!myNewPassword</credentials>
</user>
{code}
Save the changes and restart the OC4J server. |