In TC 4 the verification of the web.xml syntaxe is more restricting.

you should verify that you correctly declare your web.xml as in the dtd :


<!ELEMENT web-app (icon?, display-name?, description?, distributable?,
context-param*, servlet*, servlet-mapping*, session-config?,
mime-mapping*, welcome-file-list?, error-page*, taglib*,
resource-ref*, security-constraint*, login-config?, security-role*,
env-entry*, ejb-ref*)>


The order of the elements is important.

arnaud

> -----Message d'origine-----
> De:   Johannes Wolfgang Woger [SMTP:[EMAIL PROTECTED]]
> Date: mercredi 27 mars 2002 10:53
> A:    Struts Users Mailing List
> Objet:        Re: Is anyone else having trouble with Tomcat 4?
> 
> Hi,
> I had this sort of problems too.
> I had servlet.jar in $JAVA_HOME/jre/lib/ext,
> Tomcat33a accepted it , Catalina not. I put it
> into $CATALINA_HOME/common/lib ,
> it worked.
> 
> > Everytime I try to switch a webapp to Tomcat 4, I get exceptions.  Since
> it
> > works on Tomcat 3 I usually just switch back and don't investigate too
> much.
> > So, I'm just wondering if anyone else has these problems, and if so
> > ...what's the problem?
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to