Github user tsingfu commented on the issue:
https://github.com/apache/nifi/pull/1913
@xijianlv @wangrenlei
I tried localization using jstl in this way on the master(1.5.0-SNAPSHORT),
but encountered jstl error while access `http://xxx:8080/nifi`.
I googled many solution, but still failed to solve it, Could you give me
any some advices?
Thanks.
NIFI_HOME/logs/nifi-app.log
```
2017-12-15 11:46:44,888 INFO [main] org.apache.nifi.BootstrapListener
Successfully initiated communication with Bootstrap
2017-12-15 11:46:44,888 INFO [main] org.apache.nifi.NiFi Controller
initialization took 14370843501 nanoseconds (14 seconds).
2017-12-15 11:47:10,627 WARN [NiFi Web Server-63]
org.eclipse.jetty.server.HttpChannel /nifi/
javax.servlet.ServletException: org.apache.jasper.JasperException: The
absolute uri: http://java.sun.com/jsp/jstl/fmt cannot be resolved in either
web.xml or the jar files deployed with this application
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:138)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:561)
at
org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:564)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.jasper.JasperException: The absolute uri:
http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or the
jar files deployed with this application
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:55)
```
---