> On Fri, Jun 24, 2011 at 6:48 AM, Patrick McCourt <pa...@mc-court.com> wrote:
>> I’ve got 2 Struts 2 applications running on Tomcat 6.0.
>>
>> In summary the main application is a manager application for requests
>> in our company, application 2 is a handler for a specific request
>> type.
>>
>> I want to make a link to go to that application whilst keeping the
>> information from the session in the first. I've only started working
>> with Tomcat and Struts this week so I am completely lost on how to do
>> this.

I think I need more details.. however, it sounds like you just need to
not think about integrating the two apps at the session level and
treat them like two different web applications.

Use web services to send the requests from one app1 -> app2; then save
the responses in app1?

In your case, maybe app2 can just be a web API (RESTful, or WS*) without any UI.

-- 
Greg Akins
http://twitter.com/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to