hai friends,
I have packaged my application in to EAR file and deployed it in weblogic 6.0 server but the problem is response.sendRedirect() is not working in 6.0 while the same
code is working fine in weblogic 5.0.So to over come this problem i used jsp:forward tag but some time i am getting
IllegalStateException and also when i tried to press cancel button (ie history.back(-1)) i am getting jsp source code.
with reagards
masam
-
problem with response.sendRedirect (4 messages)
- Posted by: sriramakrishna besta
- Posted on: May 10 2001 00:53 EDT
Threaded Messages (4)
- problem with response.sendRedirect by Gotya TheHero on May 10 2001 17:17 EDT
- Re: problem with response.sendRedirect by nig38 nig38 on January 15 2010 01:59 EST
- problem with response.sendRedirect by Ramasubramanian Balasubramanian on May 11 2001 05:21 EDT
- problem with response.sendRedirect by Amit Dhar on May 17 2001 12:21 EDT
-
problem with response.sendRedirect[ Go to top ]
- Posted by: Gotya TheHero
- Posted on: May 10 2001 17:17 EDT
- in response to sriramakrishna besta
Put return; statement after every response.sendRedirect() call. -
Re: problem with response.sendRedirect[ Go to top ]
- Posted by: nig38 nig38
- Posted on: January 15 2010 01:59 EST
- in response to Gotya TheHero
Put return; statement after every response.sendRedirect() call.
thanks! it works. -
problem with response.sendRedirect[ Go to top ]
- Posted by: Ramasubramanian Balasubramanian
- Posted on: May 11 2001 05:21 EDT
- in response to sriramakrishna besta
Hi,
To avoid IllegalStateException ensure that the size
of your output buffer is large enough so it will not
be flushed prior to any calls to forward action.
Bye,
Rama. -
problem with response.sendRedirect[ Go to top ]
- Posted by: Amit Dhar
- Posted on: May 17 2001 12:21 EDT
- in response to sriramakrishna besta
Please let me know how did u package an application into EAR? Which IDE? Hoe u deployed it to WLS 6.0