I think the session objects are stored in web server's memory.So when u r trying to 
acces a session object stored in one web server from another the problem occurs.


On Thu, 18 Mar 2004 sougata wrote :
>Hi All
>
>I have a peculiar problem of session maintenence
>
>I have two servers one runing TomCat and the other running Weblogic .
>
>On on of the pages presented by the TomCat server there exists a
>HREF link to another page on the Weblogic Server.
>When the user clicks on this link then the page from the
>Weblogic Server is supposed to load in the right frame.
>
>now the problem is that the page from weblogic has three
>IFRAMES embedded in it which use the session object to display
>some data. These sessions are not consistent.
>
>When I run he whole app only on Weblogic it runs fine.
>
>Can someone please help me out on this !!!
>
>Regards
>Saugata
>
>
>-----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich
>Sent: Thursday, March 18, 2004 10:39 AM
>To: [EMAIL PROTECTED]
>Subject: Re: Performace Improvement :: Struts based applications
>
>
>Unit test the performance of the model layer.
>.V
>
>Satya Narayan Dash wrote:
> > Hi,
> >
> > I am in the process of improving a struts based application. I am using
>the cache taglib (from apache) and have written some filters to improve the
>performace.
> >
> > I am using Apache2 as the web-sever and Tomcat4 as the servelt/jsp engine.
>I have optimized them both.
> >
> > But the peformance improvement is not substantial. Can you please give me
>some tips to improve the performance ?
> >
> > Need your help,
> > Regards,
> > Satya.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to