Re: Migrating Struts app from Resin 2.1 to 3.0!
Mattias Jiderhamn <[email protected]> Fri, 05 May 2006 08:55:36 +0200
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
At 2006-05-04 18:56, you wrote: >All, > I am upgrading from Resin 2.1 to Resin 3.0 and from JDK 1.3 > to JDK 5.0. The web application uses Struts 1.0. It is currentlly > in production. After moving to Resin 3.0, I am getting a blank page > on one of the modules. It is supposed to go back to the main page > from the confirmation page.The struts-config.xml file has the > redirect attribute set to "true" in the action mapping for this > module. It worked after I changed it to false but I don't know why > it should work in Resin 2.1 but not in 3.0. Is there anything in the logs/on the console? With "finer" log level? <log name="" level="finer" path="log/finer.log" timestamp="[%H:%M:%S.%s] "/> Have you tried debugging in an IDE? Have you tried tunneling/sniffing the HTTP traffic? http://www.pocketsoap.com/tcpTrace/