======
DYNAMIC
======
<context-param>
<description>A regular expression that defines which of the resources in the WAR file can be served by the portal war datasource.</description>
<param-name>com.ibm.portal.resource.whitelist</param-name>
<param-value>.*</param-value>
</context-param>
<context-param>
<description>A regular expression that defines which of the resources in the WAR file cannot be served by the portal war datasource.</description>
<param-name>com.ibm.portal.resource.blacklist</param-name>
<param-value>WEB-INF/.*</param-value>
</context-param>
======
STATIC
======
<context-param>
<description>A regular expression that defines which of the resources in the WAR file can be served by the portal war datasource.</description>
<param-name>com.ibm.portal.whitelist</param-name>
<param-value>.*</param-value>
</context-param>
<context-param>
<description>A regular expression that defines which of the resources in the WAR file cannot be served by the portal war datasource.</description>
<param-name>com.ibm.portal.blacklist</param-name>
<param-value>WEB-INF/.*</param-value>
</context-param>
======