On Mon, 17 Sep 2001, Christoph Rooms wrote:

> Date: Mon, 17 Sep 2001 18:58:59 +0200
> From: Christoph Rooms <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: struts and tomcat 4
>
> Hi all,
>
> I tried to run a struts application on tomcat 3.2 and it worked.
>
> Now I'm running it under tomcat 4rc2 I  get this exception :
>
> "Cannot find ActionMappings or ActionFormBeans collection"
>
> anyone an idea ?
>
> thanks !!!
>
> christoph
>
>
>
>

You need to check the log files created by Tomcat 4 to make sure, but the
most likely explanation is that you did not include an XML parser inside
your web app.  Tomcat 4, up until this point, has not made an XML parser
available to web apps by default.

NOTE:  This will change, however, in the 4.0 final release.  An XML parser
will be made available -- see the Release Notes document that will come
with Tomcat 4.0 (final) for details.

Craig McClanahan


Reply via email to