Hi I am putting together a struts 1.3 app on weblogic 9.2. My problem is: the redirect is not working!!
I have a simple login.jsp page. I enter username and password. I get to my LoginAction class (yes I verified because I debugged it), it even comes here: return mapping.findForward("user");
Everything is in place. If I do this at the URL:
http://localhost:7001/myCompany/login.do it actually goes to the jsp I want to forward to!!!
The only piece I am missing is that it is not forwarding automatically to the jsp I want to go to.
Do I need to update a weblogic configuration???
does the following have any significance, do I need to hook up struts with weblogic 9.2 somehow? and configure weblogic?
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> element does not contain a for "controllerClass". Page Flow actions in this module may not be handled correctly.>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Attempting to instantiate SharedFlowControllers for request /console/ChangeManagerAction.do>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Attempting to instantiate SharedFlowControllers for request /console/com/bea/console/actions/systemstatus/begin.do>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> element does not contain a for "controllerClass". Page Flow actions in this module may not be handled correctly.>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Attempting to instantiate SharedFlowControllers for request /console/MessagesAction.do>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Struts module /j2ee is configured to use com.bea.console.internal.ConsolePageFlowRequestProcessor as the request processor, but the element does not contain a for "controllerClass". Page Flow actions in this module may not be handled correctly.>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Attempting to instantiate SharedFlowControllers for request /console/j2ee/AppDeploymentsControlTable.do>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> for >>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> element does not contain a for "controllerClass". Page Flow actions in this module may not be handled correctly.>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Attempting to instantiate SharedFlowControllers for request /console/ActivateChangesAction.do>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> action>>
#### <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Initiating Task for WebRoot : [Deployer:149026]remove application WebRoot on AdminServer.>
please advise.
Thank you!!