2011/7/12 mraible <m...@raibledesigns.com>:
> I'm experiencing a strange issue trying to upgrade to Tomcat 7 on
> raibledesigns.com (Linux 2.4.37.9). When I hit my contact page and try to
> send a message, I get the following stack trace:
>
> SEVERE: Servlet.service() for servlet [jsp] in context with path [] threw
> exception [The absolute uri: http://jakarta.apache.org/taglibs/mailer-1.0
> cannot be resolved in either web.xml or the jar files deployed with this
> application] with root cause
> org.apache.jasper.JasperException: The absolute uri:
> http://jakarta.apache.org/taglibs/mailer-1.0 cannot be resolved in either
> web.xml or the jar files deployed with this application

It means that your tag library is not declared.
In other words: Tomcat does not know what that URI means, because it
was neither explicitly declared in web.xml, nor found while scanning
JARs for tag libraries (TLD files).  See JSP specification for more
details.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to