(13301400) Inclusion of a welcome file on IBM WebSphere Application Server yields an error.
For example, a JSP that contains this dsp:include
tag:
<dsp:include src="/" otherContext="/somecontext"/>
yields an error, as the dsp:include
tag first flushes the response output stream, then WAS tries to resolve the welcome file by performing a forward, but the servlet spec prohibits performing a forward after output has been committed to the client.
Workaround: Specify the exact welcome file resource rather than just the directory.
(13287159) runAssembler
-run-in-place
option no longer accesses WAR files in the Oracle Commerce Platform installation.
The runAssembler
-run-in-place
option now requires that any WAR files in an application be deployed to the JBoss directory structure, rather than being accessed directly from the ORACLE COMMERCE PLATFORM installation. This means that if you make changes to a WAR file in the Oracle Commerce Platform installation, those changes are no longer immediately available.
Workaround: To make your changes available, call runAssembler
-run-in-place
again, so that the modified WAR file is redeployed.