you will need to tell us why you believe it is *not* valid. have you an error message to share?
Allistair > -----Original Message----- > From: akki [mailto:[EMAIL PROTECTED] > Sent: 25 November 2004 09:08 > To: Tomcat Users List > Subject: Error in web.xml > > > hi all.... > > i want to know whether there is some syntactical error > > in this web.xml file of my apps... > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>>>>>>>>> > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <!DOCTYPE web-app > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" > "http://java.sun.com/dtd/web-app_2_3.dtd"> > > <web-app> > <listener> > <listener-class> > com.cj.sesslist.statListener > </listener-class> > </listener> > <listener> > <listener-class> > com.cj.sessadm.admListener > </listener-class> > </listener> > > > <display-name>Test Examples</display-name> > <description> > Testing Example servlets and JSP pages. > </description> > <servlet> > <servlet-name>Search</servlet-name> > <servlet-class>com.cj.search.SearchServlet</servlet-class> > </servlet> > > <servlet> > <servlet-name>Hello</servlet-name> > <servlet-class>Hello</servlet-class> > </servlet> > > <servlet-mapping> > <servlet-name>Search</servlet-name> > <url-pattern>/servlet/Search</url-pattern> > </servlet-mapping> > > > <servlet-mapping> > <servlet-name>invoker</servlet-name> > <url-pattern>/servlet/*</url-pattern> > </servlet-mapping> > > <session-config> > <session-timeout> > 300 > </session-timeout> > </session-config> > > <taglib> > <taglib-uri> > http://jakarta.apache.org/taglibs/datetime > </taglib-uri> > <taglib-location> > /WEB-INF/tlds/jaktl/datetime/datetime.tld > </taglib-location> > </taglib> > <taglib> > <taglib-uri> > http://www.servletsuite.com/servlets/errortag > </taglib-uri> > <taglib-location> > /WEB-INF/tlds/errortag.tld > </taglib-location> > </taglib> > <taglib> > <taglib-uri> > http://jakarta.apache.org/taglibs/mailer > </taglib-uri> > <taglib-location> > /WEB-INF/tlds/jaktl/mailer/mailer.tld > </taglib-location> > </taglib> > <taglib> > <taglib-uri> > sendmail > </taglib-uri> > <taglib-location> > /WEB-INF/tlds/sendmail.tld > </taglib-location> > </taglib> > > <welcome-file-list> > <welcome-file> > index.jsp > </welcome-file> > <welcome-file> > index.html > </welcome-file> > <welcome-file> > index.htm > </welcome-file> > </welcome-file-list> > > </web-app> > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>>>>>>> > thanks in advance > > Regards > > Akki > Engineer > ITX > BHEL,HARDWAR > Available at 5405,4553 > "The greatest mistake you can make in life is to be > continually fearing you will make one" > > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> ------------------------------------------------------- QAS Ltd. Developers of QuickAddress Software <a href="http://www.qas.com">www.qas.com</a> Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- </FONT>
