aspose file tools
The moose likes Struts and the fly likes ActionForward redirecting to a page in another servlet context Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ActionForward redirecting to a page in another servlet context" Watch "ActionForward redirecting to a page in another servlet context" New topic
Author

ActionForward redirecting to a page in another servlet context

Alok Pota
Ranch Hand

Joined: Mar 07, 2001
Posts: 185
Can a Struts ActionForward redirect to a page in another servlet context.

I know the re-direct works within the same servlet context.
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4725

If you give the absolute url it should be possible. Just don't expect it to pass your session along with it.


A good workman is known by his tools.
 
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 redirecting to a page in another servlet context
 
Similar Threads
Basic ActionMapping
Access context parameters from Bean.
accessing Servlet Context Path from servlet filter
Accessing servlet
servlet context,page context and application context