Check out the Tomcat 4.x.x conf/web.xml. You can use that format and that ordering and apply it to your own app's web.xml. I don't think that Tomcat 3.3.x uses a conf/web.xml.
Also, take a look at the dtd by downloading it. It specifies the tag order. Use the URI in your dtd declaration of your web.xml file and load that in any browser to download it. Jake At 03:32 PM 6/25/2002 +0800, you wrote: >Hi all, > > I want to set mime-type in tomcat 3.3. However, I can't find the >web.xml under $TOMCAT_HOME/conf (there is a default web.xml under >$TOMCAT_HOME/conf for tomcat 3.2). Also I can't find any document >about setting mime-type in tomcat 3.3. Where to set mime-type in >order to make tomcat works? Anyway example of web.xml format? > >Rgds, >unplug > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
