Re: Can different webapps share a context?

2008-05-19 Thread william kinney
server? > > I have understood the question a bit different. > > Dola could you describe what do you mean share two objects between two web > aps? > > It is inside one jvm or it is between two jvm instances? > Could you describe your use case? > > Regards, > Zdenek

Re: Can different webapps share a context?

2008-05-19 Thread william kinney
I believe also mod_rewrite will work as well, if you allowed to put apache in front. http://httpd.apache.org/docs/2.0/misc/rewriteguide.html On Mon, May 19, 2008 at 8:08 AM, Zdeněk Vráblík <[EMAIL PROTECTED]> wrote: > Hi, > > I would use session for sharing user object and > I would move common

connection pool maxActive = 0 != unlimited in new version

2008-03-07 Thread william kinney
Hi, After some painful research and code digging, I found that in commons-pool versions > 1.2 (ie 1.3 and 1.4), the logic for maxActive changed for "unlimited". 0 no longer means unlimited as it did in 1.2 and previous versions. This looks to be contradictory to commons-pool and tomcat documentati