• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

WebsphereAS 4.0 RequestDispatcher.forward() problem

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The application is OK on Tomcat and also on VisualAge test/development environment.
But somehow the rd is problematic on WAS 4.0.
I tried it with ServletContext.getRequestDispatcher("/SOMEFILE.JSP")

whatis the trick here?
[ November 05, 2003: Message edited by: Brusk Baran ]
[ November 05, 2003: Message edited by: Brusk Baran ]
[ November 06, 2003: Message edited by: Brusk Baran ]
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Code looks fine. Could you please send the trace to us?
 
Brusk Baran
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there is nothing .
but i found such a thing:
http://groups.google.com/groups?q=getRequestDispatcher+forward+visualage&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=78c40d97.0108220719.346dec29%40posting.google.com&rnum=3
@ the moment I am using include() instead of forward()and seems to be working on WAS 4.0
 
reply
    Bookmark Topic Watch Topic
  • New Topic