Hello, I'm working on deploying to Websphere 4.x on the Win 2000 platform,
and I'm receiving the following error:

Error 500: Cannot find ActionMappings or ActionFormBeans collection 

I've read a few emails about modifying the struts code to make this work and
replacing parsers and all, but my dilemma is that I've got to deploy this to
Websphere 4.x on OS/390 when I'm done with 2000.  Is there a more simple
solution or anyplace that describes the changes in a little more detail that
you can point me in the right direction?  

Thanks in advance,

Mike Benson


> -----Original Message-----
> From: Danny Mui [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 12:04 PM
> To:   Struts Users Mailing List
> Subject:      Re: Websphere 4.02 Struts Deployment
> 
> To follow up,
> 
> WebSphere 4.02 comes with the fix pack (they also have an E-FIX for
> putting
> out that fire) that makes it redirect compliant to servlet spec 2.3.  To
> enable this mode, add :
> 
> name com.ibm.websphere.sendredirect.compliance
> value 1
> 
> to the System Properties in the admin console under: Application Servers
> \[DefaultServer] \ JVM Settings
> 
> I should have checked the Dev list :)
> 
> thanks again
> 
> ----- Original Message -----
> From: "Tero P Paananen" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 14, 2002 7:50 PM
> Subject: RE: Websphere 4.02 Struts Deployment
> 
> 
> > > I'm having problems with struts forwards:
> > >
> > > <logic:redirect forward="summary" />
> > >
> > > (forwards to /do/summary/display)
> > >
> > > it actually redirects it to : /app/app/do/summary/display
> > >
> > > I think Websphere is being too helpful here with the redirects!!  Any
> > > pointers?
> >
> > There's a patch to this bug.
> >
> > I'll dig it up for you tomorrow morning, if you'd
> > kindly remind me by Email.
> >
> > -TPP - it's past my bed time
> >
> > --
> > 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]>

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

Reply via email to