On 19/07/2010 08:02, Edoardo Panfili wrote: > On 17/07/10 16.28, Mark Thomas wrote: >>>> >> <jsp-config> >>>> >> <tablib> >>>> >> ... >>>> >> </taglib> >>>> >> </jsp-config? >>> > but this one works! also with the wrong schemaLocation. >>> > Without your help I can't figure the meaning of the exception. Is >>> Tomcat >>> > supposing a specification version using the presence/absence of >>> this tag? >>> > thank you. >> No. Tomcat 7 is requiring that if you declare your web application to be >> using version 2.5 of the Servlet specification that you declare your tag >> libraries as required by schema for that version of the spec. You were >> trying to use an old way old defining tag libraries from an older (2.3?) >> version of the spec. > > Ok, I am declaring the use of a specific version of the specification > and then I use (my mistake obviously!) an older schema in my web.xml... > Is a SAX exception more appropriate during the parsing of web.xml?
If you enabled validation, you'd probably get one. > JSR site is the only place to find this kind of informations? Is there a > place where I can find the different characteristics (and schemas) of > the different sevlet/jsp/taglibs specification? Not that I am aware of. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org