David, I am having limited issues with WAS 4 and RC2, looks the <html:rewrite> tags are not resolving correctly. Are you using the system property "com.ibm.websphere.sendredirect.compliance=true" for WAS 4?
Susan Bradeen On 06/11/2003 09:33:57 AM "Hibbs, David" wrote: > I've got production apps running on 1.1 RC2 on WAS 4, so I would hope that > means it is possible to do so. ;^) > > BTW, I didn't make any changes to the struts code for WAS 4, so that's not > your problem. > > OTOH, looking at my copy of the RC2 source it would seem you are indeed > running a later version than I am, so try the RC2 build and see what > happens. > > Looking at the error, I would say something is wrong with your > configuration. For brevity, I will assume your XML syntax and > struts-config.xml content are OK, but this could still be a couple things... > a) Your properties files are not on your classpath > b) It can't locate the DTD, although this is more likely to throw a SAX > exception. You can eliminate this factor at any rate by keeping a copy of > the DTD in your WEB-INF folder and chainging your DOCTYPE declaration as > follows: > <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts > Configuration 1.1//EN" "struts-config_1_1.dtd"> > > David Hibbs > Staff Programmer / Analyst > Distributed Applications Development and Support > American National Insurance Company > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

