Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation on Weblogic 11g and 12c

..

Installation on Websphere 8.5

...

.5 Liberty Profile

1. There is an issue

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.

Caused by: javax.el.ELException: Function 'fn:escapeXml' not found at org.apache.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:197) at org.apache.el.parser.SimpleNode.accept(SimpleNode.java:151) at org.apache.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:155) at org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:173) at org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:216) at org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:67) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:777) at com.ibm._jsp._processView._jspx_meth_c_forEach_0(_processView.java:4001) at com.ibm._jsp._processView._jspService(_processView.java:404)

Code Block

Caused by: javax.el.ELException: Function 'fn:escapeXml' not found
	at org.apache.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:197)
	at org.apache.el.parser.SimpleNode.accept(SimpleNode.java:151)
	at org.apache.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:155)
	at org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:173)
	at org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:216)
	at org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:67)
	at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:777)
	at com.ibm._jsp._processView._jspx_meth_c_forEach_0(_processView.java:4001)
	at com.ibm._jsp._processView._jspService(_processView.java:404)

In jw.war, replace that file with the updated one attached here.

...