jQuery in Action, 2nd edition
The moose likes Struts and the fly likes redirect to another application on the same tomcat server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "redirect to another application on the same tomcat server" Watch "redirect to another application on the same tomcat server" New topic
Author

redirect to another application on the same tomcat server

Lukasz Kaleta
Greenhorn

Joined: Nov 23, 2005
Posts: 7
I want to redirect to another application on my tomcat when user click on button in struts. And also want to send the data via POST method.
Can anybody help me out.
J try with ActionForward class but I do not know how to add data in post method to this actionforward.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: redirect to another application on the same tomcat server
 
Similar Threads
Apache HttpClient posing trouble
RequestDispatcher
How to redirect to a new url from Action class with post method?
redirect from one struts2 application to another.
Forwarding a request to a sevlet inside context on another web server.