Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6175 | minor | always | 07-23-18 12:45 | 09-25-18 10:39 | |
|
|||||
Reporter: | wileysaw | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.57 | ||
Product Build: | Resolution: | no change required | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0006175: .tld files not found in /WEB-INF/tld | ||||
Description: |
[18-07-16 16:17:13.418] {resin-28} Loading .tld files from global classpath [18-07-16 16:17:13.590] {resin-28} Loading .tld files [18-07-16 16:17:13.808] {resin-24} com.caucho.jsp.JspParseException: Can't open file for taglib-uri '/struts-html.tld', taglib-location '/struts-html.tld' at c:\dev\websites\www-company-net\web\struts-html.tld. The taglib-location must match a tag library either: 1) by pointing to a .tld directly, relative to the application's root directory 2) specified in the web.xml 3) defined in a jar's .tld in META-INF 4) defined in a .tld in WEB-INF 5) predefined by Resin at com.caucho.jsp.TldManager.findTld(TldManager.java:604) at com.caucho.jsp.TldManager.parseTld(TldManager.java:532) at com.caucho.jsp.TldManager.parseTld(TldManager.java:521) at com.caucho.jsp.TaglibManager.readTaglib(TaglibManager.java:254) at com.caucho.jsp.TaglibManager.getTaglib(TaglibManager.java:170) at com.caucho.jsp.ParseTagManager.addTaglib(ParseTagManager.java:264) at com.caucho.jsp.JspParser.processTaglib(JspParser.java:1778) at com.caucho.jsp.JspParser.processTaglibDirective(JspParser.java:1752) at com.caucho.jsp.JspParser.parseDirective(JspParser.java:1254) at com.caucho.jsp.JspParser.parseScriptlet(JspParser.java:1126) at com.caucho.jsp.JspParser.parseNode(JspParser.java:484) at com.caucho.jsp.JspParser.parseJsp(JspParser.java:384) at com.caucho.jsp.JspParser.parse(JspParser.java:266) at com.caucho.jsp.JspCompilerInstance.parse(JspCompilerInstance.java:559) at com.caucho.jsp.JspCompilerInstance.generate(JspCompilerInstance.java:495) at com.caucho.jsp.JspPrecompileResource$CompileTask.compilePath(JspPrecompileResource.java:263) at com.caucho.jsp.JspPrecompileResource$CompileTask.run(JspPrecompileResource.java:206) at com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173) at com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118) web.xml: <taglib> <taglib-uri>/struts-html.tld</taglib-uri> <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location> </taglib> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|