Performance Tuning Guide
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Is the |
|
If you do not need to support multiple locales, is localization disabled? |
|
For more information about performance guidelines for Web Services Remote Portlets, see Best Practices for Implementing WSRP.
When you create a new desktop in the Administration Portal, a list of .portal files is used to populate the templates drop-down list. If all .portal files reside under the same directory under the web application directory, this drop-down list can be created quickly.
To take advantage of higher performance in building the drop-down list, you must define the portalFileDirectory
in the web application's web.xml
file.
Note: After making any changes, you must redeploy your web application for the changes to take effect. For more information about modifying web descriptor files, see Preparing Your Portal Application in the WebLogic Portal Deployment Guide
<
BEA home>/weblogic81/samples/portal/portalApp/sampleportal/WEB-INF/web.xml.
<context-param>
<param-name>portalFileDirectory</param-name>
<param-value>/</param-value>
![]() ![]() |
![]() |
![]() |