Konstantin Kolinko wrote:
> 
> 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
> 

I haven't changed a thing in my application, yet it runs fine on Tomcat 6
(or when using Tomcat 7 on OS X instead of Linux). Seems strange, right?

-- 
View this message in context: 
http://old.nabble.com/Tomcat-7-and-Jakarta-Mailer-Taglib-tp32047775p32048734.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to