RE: Multiple struts apps

2006-12-04 Thread Dave Newton
From: Rahul Patel [mailto:[EMAIL PROTECTED] > I figured out the issue. It was happening because I was using > localhost to run both the applications (one on tomcat, and one on > weblogic). This caused the session in my first application to be > overwritten). Sessions are maintained by the server

Re: Multiple struts apps

2006-12-04 Thread Rahul Patel
Thanks for the response Nitin. I figured out the issue. It was happening because I was using localhost to run both the applications (one on tomcat, and one on weblogic). This caused the session in my first application to be overwritten). It would be very good to have a link to article(s) that al

Re: Multiple struts apps

2006-12-04 Thread Nitin M. Mandolkar
Hi Rahul what don't you use single sign on. I do;t know very much about single sign on but it will reslove your problem. nitin On 12/2/06, Rahul Patel <[EMAIL PROTECTED]> wrote: How can I access multiple struts applications (running on different servers) from current struts application? I have

Multiple struts apps

2006-12-02 Thread Rahul Patel
How can I access multiple struts applications (running on different servers) from current struts application? I have a situation where I need to provide HyperLinks to another struts application from my current struts application. Now, both applications require users to login. Right now, I just c