You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard DeGrande <rd...@co.jefferson.co.us> on 2006/06/08 00:57:50 UTC

SEVERE: Error reading tld listeners javax.servlet.ServletException. HELP

I've recently upgraded to tomcat 5.5.15.  I'm migrating current apps the
the new tomcat.  I get this error when starting/deploying a specific
app.  I have one other app deployed, it too uses struts,  I have no
problems with it.

thanks



Jun 7, 2006 4:28:51 PM org.apache.catalina.core.StandardContext
processTlds
SEVERE: Error reading tld listeners javax.servlet.ServletException:
Exception processing TLD at resource path /WEB-INF/struts-logic.tld in
context /paimport
javax.servlet.ServletException: Exception processing TLD at resource
path /WEB-INF/struts-logic.tld in context /paimport
        at
org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:547)
        at
org.apache.catalina.startup.TldConfig.execute(TldConfig.java:300)
        at
org.apache.catalina.core.StandardContext.processTlds(StandardContext.jav

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: SEVERE: Error reading tld listeners javax.servlet.ServletException.

Posted by RickD <RD...@co.jefferson.co.us>.
Sorry, I should have included this in my original email.  I'm also converting
from struts 1.1 - struts 1.2.9.  I wanted to take advantage of some of the
features offered by 2.4/2.0 servlet/jsp.  So, the jars are different.

thx
--
View this message in context: http://www.nabble.com/SEVERE%3A-Error-reading-tld-listeners-javax.servlet.ServletException.---HELP-t1751842.html#a4773129
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: SEVERE: Error reading tld listeners javax.servlet.ServletException. HELP

Posted by Marc Farrow <ma...@gmail.com>.
Have you checked the version of the struts jar files to make sure they are
the same level from your old install of tomcat to your new install?

It may just be that tomcat 5.5.X expects a certain level of struts.  /shrug


On 6/7/06, Richard DeGrande <rd...@co.jefferson.co.us> wrote:
>
> I've recently upgraded to tomcat 5.5.15.  I'm migrating current apps the
> the new tomcat.  I get this error when starting/deploying a specific
> app.  I have one other app deployed, it too uses struts,  I have no
> problems with it.
>
> thanks
>
>
>
> Jun 7, 2006 4:28:51 PM org.apache.catalina.core.StandardContext
> processTlds
> SEVERE: Error reading tld listeners javax.servlet.ServletException:
> Exception processing TLD at resource path /WEB-INF/struts-logic.tld in
> context /paimport
> javax.servlet.ServletException: Exception processing TLD at resource
> path /WEB-INF/struts-logic.tld in context /paimport
>        at
> org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:547)
>        at
> org.apache.catalina.startup.TldConfig.execute(TldConfig.java:300)
>        at
> org.apache.catalina.core.StandardContext.processTlds(StandardContext.jav
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>


-- 
Marc Farrow