Re: Migrating Struts app from Resin 2.1 to 3.0!
"sub paul" <[email protected]> Fri, 5 May 2006 23:42:36 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
Haven't ran into this problem but I have been able to use my struts app on both resin 2.1 and resin 3.0 on both jdk 1.4 and 5.0. Paul On 5/4/06, Mattias Jiderhamn <[email protected]> wrote: > > 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/ > > >