ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread John Pedersen
Hi, I had an app that was working - then I upgraded to Tomcat 5.5.9, and Java 1.5. Now I get a javax.servlet.ServletException: javax/servlet/jsp/tagext/TagLibraryValidator when I try to start the app. I have followed all the google links for this problem and trawled through the docs - I'm stuck!

Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread John Pedersen
Bounced twice... -- Forwarded message -- From: John Pedersen <[EMAIL PROTECTED]> Date: 16-Jul-2005 08:03 Subject: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator To: tomcat-user@jakarta.apache.org Hi, I had an app that was working - then I upgraded to Tomcat 5.5.9

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread Christoph Kutzinski
Your message was not bounced, I already got the first one (then the second and then this one). Please check the list before reposting. John Pedersen wrote: Bounced twice... -- Forwarded message -- From: John Pedersen <[EMAIL PROTECTED]> Date: 16-Jul-2005 08:03 Subject: ServletE

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread John Pedersen
Sorry - I should have checked the list. But I just got a response telling me that the email I sent to the list was undeliverable... John On 16/07/05, Christoph Kutzinski <[EMAIL PROTECTED]> wrote: > Your message was not bounced, I already got the first one (then the > second and then this one). >

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread Christoph Kutzinski
I get these responses, too. I wonder if someone has already informed a list administrator about this. Regarding your original question: I've no clues so far, but you should post the complete stacktrace of the exception. Maybe the source of the error will get clearer then. Christoph John Ped

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread John Pedersen
I have emailed the list administrator. Here is the complete stack trace: ERROR[cessor24]: framework.web.servlet.DispatcherServlet 11485 - Could not complete request javax.servlet.ServletException: javax/servlet/jsp/tagext/TagLibraryValidator at org.apache.jasper.servlet.JspServlet.servic

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread Christoph Kutzinski
John Pedersen wrote: >Here is what I have at the top of my web.xml (I have tried variations!): > > "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" > "http://java.sun.com/dtd/web-app_2_3.dtd";> > > I haven't paid attention to this before. You do u

Re: Fwd: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator

2005-07-16 Thread John Pedersen
I just tried replacing the top of my web.xml file with: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> The app started, but wh

Apache2/Tomcat55/mod_jk and Sticky Sessions

2005-07-16 Thread Dave Morrow
Hi all. I am attempting to setup a loadbalanced set of Tomcat5.5 servers behind an Apache2 server using mod_jk. The application developers have told me that the app will require sticky sessions. I have it all configured and working with the exception of the sticky sessions. I think my worke

Re: Apache2/Tomcat55/mod_jk and Sticky Sessions

2005-07-16 Thread Robert F Hall
Dave, Try a Google search for: "Apache httpd sticky sessions". One result that looks particularly useful: http://raibledesigns.com/tomcat/ -Robert Dave Morrow wrote: Hi all. I am attempting to setup a loadbalanced set of Tomcat5.5 servers behind an Apache2 server using mod_jk. The applicat