Saltar al contenido

IBM WebSphere Portal 8.5 – web.xml Theme Dynamic/Static

web_xml

======
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>
======

Si te ha interesado este artículo y deseas un apoyo o asesoría en algún requerimiento, envíame un mensaje a: (info@juliopari.com) o sino a través de Linkedin: https://www.linkedin.com/in/juliopari/