Re: getting desperate here :)

2004-12-02 Thread Peter Mengell
Hi, Are you invalidating the session from TomcatA before you redirect to TomcatB?, even a redirect should be able to clear the session cookie if you've invalidated the session. We do much the same thing sometimes and don't have this problem, the session.invalidate seems to be the only thing we

Re: [OT] Which webframework to use?

2004-11-29 Thread Peter Mengell
Hi, We've been using Struts exclusively for the last few years and have found it to be very good, I can recommend it. In most cases we have modified the struts controller to allow transparent skinning of the web-apps and extra security to be implemented in the controller, thats the only nigg

Re: EJB in tomcat

2004-11-29 Thread Peter Mengell
RTFM On Monday 29 November 2004 09:30, [EMAIL PROTECTED] wrote: > Can EJB's be deployed in tomcat ?? > > > Birendar Singh Waldiya > > > DISCLAIMER: The information contained in this message is intended only and > solely for the addressed individual or entity indicated in this message and > for th

Re: Huge tomcat memory footprint

2004-11-02 Thread Peter Mengell
Hi, your problem is Java 1.4.1_02, it has a memory leak in StringBuffer which is used a lot for XML parsing. Upgrade to 1.4.2 and it will be fine. Pete On Monday 01 November 2004 22:25, Anand Narasimhan wrote: > Hi, > > I am not able to determine if the problem is related to tomcat, solaris or