Description
I write a jsp tag,defined in src\main\resources\META-INF\ssi-tag.tld,when I run tomcat6:run,jsp show this error:
org.apache.jasper.JasperException: /login.jsp(2,40) File "/ssi-tags" not found
<%@ taglib uri="/ssi-tags" prefix="ssi" %>
but it works well when I run the war at Tomcat Server
Attachments
Issue Links
- is related to
-
MTOMCAT-239 jar can't use tomcat maven plugin
- Closed