Does tomcat 4 understand the 3.2.x header?  If so, lets just use the
3.2.x header.

On Fri, 2002-02-08 at 04:55, Ian Lea wrote:
> > ...
> > note that I make the assumption you're using 4.0.x or know how to adapt it.
> > I'd guess if you take that top line and replace it with the top line from
> > one of the tomcat 3.2.x example web.xml files, you'll probably hit paydirt.
> > Probably tomcat can't read the newer format.  (but the file is practically
> > blank anyhow).
> 
> I think that is correct.  Tomcat 3.whatever understands 
> 
> <!DOCTYPE web-app
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
>     "http://java.sun.com/dtd/web-app_2_2.dtd";>
> 
> without recourse to any external sites, and Tomcat 4.whatever understands
> 
> <!DOCTYPE web-app
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>     "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> but Tomcat 3 doesn't.  So just edit web.xml and replace 3 with 2, twice.
> 
> 
> 
> Perhaps that should be noted in the demo docs if it isn't already.
> 
> 
> 
> --
> Ian.
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
-- 
www.superlinksoftware.com
www.sourceforge.net/projects/poi - port of Excel format to java
http://developer.java.sun.com/developer/bugParade/bugs/4487555.html 
                        - fix java generics!


The avalanche has already started. It is too late for the pebbles to
vote.
-Ambassador Kosh


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to