Danny, Just wanted to say thanks, everything seems to be working once I replaced the Xalan/Xerces binaries.
Thanks, Mike > -----Original Message----- > From: Danny Mui [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 2:07 AM > To: Struts Users Mailing List > Subject: Re: Websphere 4.02 Struts Deployment > > I have a pretty complicated struts 1.1b app running on Websphere 4.02 on > Windows 2000 and have yet to see the error that you've received. > > The steps I had to take to deploy to websphere were: > 1) http://marc.theaimsgroup.com/?l=struts-user&m=102142014616118&w=2 > 2) Set the JVM settings for the Default Server to that mentioned below for > redirect issues > > I like using theaimsgroup.com for the color scheme :) > > That's pretty much all I had to go through to get my tomcat developed app > to > work on websphere. > > Worse case scenario, step through the code to find out what's going on. > It's a really powerful source of information that I've taken advantage of > a > few times learn what the heck was going on. > > Sorry! > > ----- Original Message ----- > From: "Benson, Mike" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 6:44 PM > Subject: RE: Websphere 4.02 Struts Deployment > > > > > > 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]> > > > > > -- > 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]>

