aspose file tools
The moose likes Struts and the fly likes Need help with redirecting control to different applicaiton on same server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Need help with redirecting control to different applicaiton on same server" Watch "Need help with redirecting control to different applicaiton on same server" New topic
Author

Need help with redirecting control to different applicaiton on same server

Venkatramana Rev
Greenhorn

Joined: Nov 21, 2008
Posts: 2
Hello,

I have a scenario where I want to call a different application on the same server.

Consider application 1: /APP1
application 2: /APP2

From one of the action methods in APP1, I want the control to visit APP2.

I understand that new ActionForward(path, true) can redirect to different web address (I can build the complete web address again and come back to APP2), but I don't want to leave my server; Instead, just call different application on the same server.

Please let me know if I did not explain my situation right or if you have any questions regarding my scenario.

Any help will be greatly appreciated. Thank you.

Regards,
Venkat
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need help with redirecting control to different applicaiton on same server
 
Similar Threads
How to integrate two web applications having two different context paths
SSL configuration problem in Jboss 5.1.0
Sending data between two webapps
How to connect two Web services to each other
Tunneling Concept Query