[Resin-interest] Security Manager and JSPs

2009-08-25 Thread Kai Virkki
Hi! We are trying to use SecurityManager with Resin 3.1.9 and run into the following problem: CodeSource.getLocation() returns null for compiled JSPs. This means that we cannot use a specific codebase in grant clause in our policy file, for example: grant codeBase "file:/path_to_resin/runtime/wo

[Resin-interest] multiple requests to same url not concurrent?

2009-08-25 Thread Michael Rusch
I am still test-driving resin 3.1.9 open source on my Windows desktop. It seems to me that if multiple concurrent requests are made to the same URL then Resin will only fulfill one request at a time. Is this intentional? Is there a reason for it? Is this related to something in the config?

Re: [Resin-interest] multiple requests to same url not concurrent?

2009-08-25 Thread Scott Ferguson
On Aug 25, 2009, at 9:13 AM, Michael Rusch wrote: > I am still test-driving resin 3.1.9 open source on my Windows desktop. > > It seems to me that if multiple concurrent requests are made to the > same > URL then Resin will only fulfill one request at a time. Is this > intentional? Is there a

Re: [Resin-interest] multiple requests to same url not concurrent?

2009-08-25 Thread Michael Rusch
Scott Ferguson wrote: > On Aug 25, 2009, at 9:13 AM, Michael Rusch wrote: > >> I am still test-driving resin 3.1.9 open source on my Windows desktop. >> >> It seems to me that if multiple concurrent requests are made to the >> same >> URL then Resin will only fulfill one request at a time. Is t