Re: Getting tablib definition issues in tomcat8

2017-07-12 Thread Guang Chao
On Thu, Jul 13, 2017 at 12:06 AM, D, Dwarakesh (External) <
dwarakes...@xerox.com> wrote:

> Hi Team,
>
> I am trying to deploy a web application in tomcat 8 and getting the error
> 'taglib definition not consistent with specification version' in web.xml.
> I have the Jstl1.2.jar under my /lib directory. Do I need to make any
> other changes?
> Below is the content of my web.xml.
>
> 
> 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_3_0.xsd"; version="3.0">
> --
>
> 
> ...
> /WEB-INF/taglib/x.tld
>

Can you share contents of the tld file?


> 
>
>
> 
>
> Thanks,
> Dwarak
>
>


-- 
Guang 


Getting tablib definition issues in tomcat8

2017-07-12 Thread D, Dwarakesh (External)
Hi Team,

I am trying to deploy a web application in tomcat 8 and getting the error 
'taglib definition not consistent with specification version' in web.xml.
I have the Jstl1.2.jar under my /lib directory. Do I need to make any other 
changes?
Below is the content of my web.xml.


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_3_0.xsd"; version="3.0">
--


...
/WEB-INF/taglib/x.tld





Thanks,
Dwarak