This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes ActionForward to external application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ActionForward to external application" Watch "ActionForward to external application" New topic
Author

ActionForward to external application

Gran Roguismo
Ranch Hand

Joined: Mar 10, 2005
Posts: 77
Is there a way to make Struts forward to an outside URL when it is done with it's action.

right now every time I put in anything without a '/' I get an error
the struts app is http://localhost:8080/app1
the page I want to get to is http://localhost:8080/app2/testpage.jsp

but I can't have it just link in the jsp because I want it to perform the action first.


EOL
 
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: ActionForward to external application
 
Similar Threads
DNS related problem and Tomcat
Acccess denied
getRequestDispatcher forwarding across applications
Apache & Tomcat problem
Problem while submitting action through JavaScript