Satyanarayana Chelikani

Greenhorn
+ Follow
since Feb 06, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Satyanarayana Chelikani

Hi,

The code for handling the forward message is as follows:




Thanks

Satya

[ UD: Added CODE tags. Please UseCodeTags whenever you post code of any length. The code is just unreadable otherwise. ]
[ February 06, 2008: Message edited by: Ulf Dittmer ]
16 years ago
Hi Ben,

Thanks for your reply.

There no error logged in the log file. It is waiting for the server response until the time out period with out any errors and once the session gets timed out the page is displayed

Another option is that if I use an include instead of forward and using flushBuffer to commit the work its working fine.

Can you guide me with the possibilities of the errors.

Thanks

Satya
16 years ago
Hi,

I think i have a problem with requestdispatcher and forward method as we are migrating our project from tomcat 4.1 to tomcat 5.5.

The code written works fine with tomcat 4.1 but with tomcat 5.5 after the we are calling the getRequestDispatcher(path).forward(req,res) method the requested jsp should be displayed on the browser, which is not happening.

Can you guide me in this regard as I couldn't pinpoint the exact error location.
16 years ago