Some client applications such as WebDAV and Application
Integration can require passing user credentials with Application Engine. Enable this communication
by editing the config.xml file on the WebLogic Server.
About this task
Important: If you do not change config.xml,
then users are prompted to enter their user name and password to complete
any client operations, such as adding a document.
To enable
passing user credentials:
Procedure
- Stop
the WebLogic server instance.
- Make a backup copy of config.xml located
in deployment directory.
For example: BEA_home/bea/user_projects/domains/domain_name/config/config.xml
- Edit config.xml.
Important: The enforce-valid-basic-auth-credentials entry
must be entered as a single line without line breaks.
- Locate the <security-configuration> section
and add the following line to the end of the section, just before
the </security-configuration> tag:
<enforce-valid-basic-auth-credentials>false
</enforce-valid-basic-auth-credentials>
- Save your changes to config.xml and
close the file.
- Restart the WebLogic instance.