Re: struts 1.2.4 + tomcat 5.5.7 difficulties
Thanks for the info, I am not running Forrest but it could very well be a problem with the parser. I'll continue pursuing the issue with the tomcat developers. Thanks [EMAIL PROTECTED] wrote: The tlds are not in struts.jar, check the Struts distribution, it is there, but I don't remember where it is :-P Anyway I had a similar problem when I used Apache Forrest as a webapp under the same Tomcat instance, it seems that Forrest changes the default XML parser, so that Struts TLDs are not parsed correctly, generating this error. If you have Forrest installed in that Tomcat instance, undeploy it and restart Tomcat. I don't know if it helps you. Ciao Antonio Petrelli Vincent wrote: Hello All, Not sure if this is a tomcat issue or a struts one. After migrating from tomcat 5.0.30 to version 5.5.7 I get this error from my webapp when I try to do . I tried to break it up to make it more readable: WARN http-8080-Processor25 org.apache.catalina.authenticator.FormAuthenticator - Unexpected error forwarding to login page org.apache.jasper.JasperException: Unable to read TLD "META-INF/tlds/struts-tiles.tld" from JAR file "file:/usr/local/tomcat/work/Catalina/localhost/_/WEB-INF/lib/struts.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei Can someone tell which jar file contains org.apache.struts.taglib.tiles.UseAttributeTei? because I don't see it when I unjar struts.jar Again this is struts 1.2.4 and tomcat 5.5.7 (configured for jdk 1.4.2) Thanks, Vinny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Plato is my friend, Aristotle is my friend, but my greatest friend is truth. - Isaac Newton - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: struts 1.2.4 + tomcat 5.5.7 difficulties
The tlds are not in struts.jar, check the Struts distribution, it is there, but I don't remember where it is :-P Anyway I had a similar problem when I used Apache Forrest as a webapp under the same Tomcat instance, it seems that Forrest changes the default XML parser, so that Struts TLDs are not parsed correctly, generating this error. If you have Forrest installed in that Tomcat instance, undeploy it and restart Tomcat. I don't know if it helps you. Ciao Antonio Petrelli Vincent wrote: > Hello All, > Not sure if this is a tomcat issue or a struts one. > After migrating from tomcat 5.0.30 to version 5.5.7 > I get this error from my webapp when I try to do . I tried to break it up to make it more readable: > > > WARN http-8080-Processor25 org.apache.catalina.authenticator.FormAuthenticator - Unexpected error forwarding to login page > > org.apache.jasper.JasperException: Unable to read TLD > "META-INF/tlds/struts-tiles.tld" from JAR file > "file:/usr/local/tomcat/work/Catalina/localhost/_/WEB-INF/lib/struts.jar": > org.apache.jasper.JasperException: Failed to load or instantiate > TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei > > Can someone tell which jar file contains org.apache.struts.taglib.tiles.UseAttributeTei? because I don't see it > when I unjar struts.jar > > Again this is struts 1.2.4 and tomcat 5.5.7 (configured for jdk 1.4.2) > Thanks, > Vinny > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
struts 1.2.4 + tomcat 5.5.7 difficulties
Hello All, Not sure if this is a tomcat issue or a struts one. After migrating from tomcat 5.0.30 to version 5.5.7 I get this error from my webapp when I try to do . I tried to break it up to make it more readable: WARN http-8080-Processor25 org.apache.catalina.authenticator.FormAuthenticator - Unexpected error forwarding to login page org.apache.jasper.JasperException: Unable to read TLD "META-INF/tlds/struts-tiles.tld" from JAR file "file:/usr/local/tomcat/work/Catalina/localhost/_/WEB-INF/lib/struts.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei Can someone tell which jar file contains org.apache.struts.taglib.tiles.UseAttributeTei? because I don't see it when I unjar struts.jar Again this is struts 1.2.4 and tomcat 5.5.7 (configured for jdk 1.4.2) Thanks, Vinny -- Plato is my friend, Aristotle is my friend, but my greatest friend is truth. - Isaac Newton - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]