I am having the same problem. My web.xml file is as follows and appears to
be in the correct order. Do I need to add something to the file.
Thanks
Ann
<?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>
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
<display-name>Welcome to Tomcat</display-name>
<description>
Welcome to Tomcat
</description>
</web-app>
In a message dated 10/21/2002 4:06:37 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
>
> The attributes have to be in the specified order.
>
> So you just have to reorder your entries.
>
> <servlet>
> <servlet-mapping>
> <session-config>
> <welcome-file-list>
> <resource-ref>
>
> > -----Urspr�ngliche Nachricht-----
> > Von: "Steltner, J�rn HTC/DE/ESS" [mailto:Joern.Steltner@;hochtief.de]
> > Gesendet: Montag, 21. Oktober 2002 09:43
> > An: '[EMAIL PROTECTED]'
> > Betreff: web.xml error
> >
> >
> > I got an error in my catalina.out msg like this:
> >
> > "(icon?,display-name?,description?,distributable?,context-para
> m*,filter*,fil
> > ter-mapping*,listener*,servlet*,servlet-mapping*,session-confi
> > g?,mime-mappin
> > g*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,re
> > source-ref*,se
> > curity-constraint*,login-config?,security-role*,env-entry*,ejb
> > -ref*,ejb-loca
> > l-ref*)".
> >
> > <resource-ref>
> > <session-config>
> > <welcome-file-list>
> > <servlet>
> > <servlet-mapping>