You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lajos <lm...@galatea.com> on 2003/01/27 11:04:45 UTC

Re: how to upgrade to web-app_2_3.dtd

Vikrant -

I do it all the time - you need to check the syntax of your DTD 
declaration. It should be:

<!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd">

Regards,

Lajos


Vikrant Venkanna Dessai wrote:
> i am using tomcat 4.0.1 , i need to add httpsessionlistener class for which i need to add a tag in the web.xml .
> 
> 
> i changed the doctype in the web.xml file , still i get SAXParserException
> 
> 
> please help ,
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


-- 



                    Lajos Moczar
       ----------------------------------------
     Open Source Support, Consulting and Training
       ----------------------------------------
             Cocoon Developer's Handbook
  (www.amazon.com/exec/obidos/tg/detail/-/0672322579)

                    _      _____
                   / \         /
                  /___\      /
                 /     \   /____

      http://www.galatea.com -- powered by AzSSL


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>