FileNet P8 Application Engine, Version 5.0.+ Application server:
WebLogic Application Server
Enabling passing user credentials
to client applications (WebLogic Server 9.2
only)
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.
Important: If you do not make this change to config.xml,
then end users will be prompted to enter their user name and password
to complete any client operations, such as adding a document.
To
enable passing user credentials:
Stop
the WebLogic server.
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 should
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: