• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts - forward to external webapps

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have 2 webapplications. they are called MyHome and MyShop. When I login to MyHome, a form has to be submitted to MyShop. These two applications share different contexts and in production environment they are in different servers. So, my question is, Is it possible in struts to forward a request to an external application using the action -> forward or the global forward tags?

Thanks in advance,
Gowri Shankar
 
Ranch Hand
Posts: 225
IBM DB2 Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think u can use SendRedirect(" url ") as this mtd will transfer the req to pages in some other web app..
i think we able to achieve with req dispatcher

g r ganesh gowtham
grgowtham_cse@yahoo.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic