Re: Bug
"Rashmi Rubdi" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
I just wanted to be clear, this is the web.xml located under your project--- /WEB-INF/web.xml -Rashmi On 4/29/07, Rashmi Rubdi <[email protected]> wrote: > Since you are using Tomcat 5.5.x please make sure the <web-app> node > web.xml is exactly as follows: > > <?xml version="1.0"> > > <web-app version="2.4" > xmlns="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"> > > </web-app>