AEM 5.6.1 install pub instance to weblogic - error SHA-256 digest error for WEB-INF/web.xml
Task is to Install AEM 5.6.1 to weblogic application server following instructions here:
http://dev.day.com/docs/en/cq/current/getting_started/download_and_startworking.html
The problem is updating the web.xml inside the AEM quickstart war file (using AEM war file version for application server install). The war downloaded from adobe LWS unmodifed works, installs to weblogic, and starts up in author mode.
However, I make these changes from instructions to configure publish instance and then repack war file:
•run mode : configure the sling.run.modes parameter in the WEB-INF/web.xml file of the AEM war file before deployment
•sling.home: configure the sling.home parameter in the WEB-INF/web.xml file of the AEM war file before deployment
•context root: rename the AEM war file
After that publish install to weblogic 10.3.6 fails with below error:
Unable to access the selected application.
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error SHA-256 digest error for WEB-INF/web.xml
Message icon - Error SHA-256 digest error for WEB-INF/web.xml
I have tried to update web.xml and repackage war file several ways, but all result in this error.
How do I update web.xml config for publish instance inside war file, and then repack war for install to weblogic? Apparently the web.xml requires sigining or matching jars or something? There must be a proper way to repackage the war file after updating the web.xml?
I have tried java jar command, winzip, and eclipse project to export war / create new war file after updating web.xml. All approaches fail with the same error.