Like Tomcat 4.x, Tomcat 3.3 validates web.xml by default. To disable, simply set the validate="false" attribute on the WebXmlReader element in server.xml.
"Christopher Mark Balz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Apparently, this is the case. Yet another awful fact for those stuck > with Tomcat 3.3. > > <!-- URL Mapping. This must go between servlet and security sections. --> > > <servlet-mapping> > <servlet-name> > DynaFastSurv3 > </servlet-name> > <url-pattern> > /s3 > </url-pattern> > </servlet-mapping> > > -- > ". . . / This Cabinet is formd of Gold / And Pearl & Crystal shining bright > And within it opens into a World / . . . > Another England there I saw / Another London with its Tower > Another Thames & other Hills / And another pleasant Surrey Bower > . . ." > - from "The Crystal Cabinet", a poem by William Blake. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
