...
Installation on Websphere 8.5 Liberty Profile
https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014934503
Installation steps:
1. Issue with JSP parsing for certain functions https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014934503. This causes a JSP compilation issue in jw/WEB-INF/jsp/console/app/processView.jsp. In jw.war, replace that file with the updated one attached here.
2. Libraries (batik) not found when generating process images. Download the following JAR libraries and add them into jwdesigner/WEB-INF/lib
- http://central.maven.org/maven2/batik/batik-awt-util/1.6/batik-awt-util-1.6.jar
- http://central.maven.org/maven2/batik/batik-util/1.6/batik-util-1.6.jar
- http://central.maven.org/maven2/batik/batik-svggen/1.6/batik-svggen-1.6.jar
3. Deploy the updated jw and jwdesigner WARs
...