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
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
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