• 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

Inter Servlet Communication between two ear

 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure if this topic relates to servlet communication or not .But scenario looks like for this only
We have two ear files of two projects sitting in same JVM and application server
When I am on application B I have to provide a hyperlink which has to take me to view mode of a component (jsp) in application A

The Hyperlink can direct me to action of Application B and inside that action I have to somehow redirect it to Some action of Application B

Besidest that I have to change the contect path of the url also
e.g. If application AE context path was http://server/AE/someaction.do

then conext path of action of ppplication A should be http://server/RE/actionB.do

Both projects have their own ear , struts-Action.xml and web.xml files

Can any one of you please give me some hint as how to proceed in this scenario
Thanks in advance
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic