0

While trying to install agilefant I was able to deploy the war and while trying to login, I am getting the following error

org.apache.jasper.JasperException: Invalid tld file: "/WEB-INF/tags/structure/../../tlds/aef_structure.tld", see JSP 2.2 specification section 7.3.1 for more details
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:117)
org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:347)

Are there any supporting libraries or jars would be allow me to identify this tld file?

Aleksandr M
  • 24,264
  • 12
  • 69
  • 143
kamesh
  • 1
  • 1

2 Answers2

1

This issue is resolved in this link

smttsp
  • 4,011
  • 3
  • 33
  • 62
minixar
  • 11
  • 1
0

Found the issue. The TLD file relative path in JSP page as reference is declared incorrectly and caused this issue.

kamesh
  • 1
  • 1