Re: [Resin-interest] Security Manager and JSPs

2009-08-28 Thread Scott Ferguson
On Aug 26, 2009, at 11:13 PM, Kai Virkki wrote: Hi, Is it really so that nobody uses JSPs and SecurityManager with Resin? :) Could this problem be solved by pre-compiling jsps to Java classes? Now we just let Resin handle the compilation from directories under WEB-INF. Well, the security

Re: [Resin-interest] Security Manager and JSPs

2009-08-27 Thread Kai Virkki
Hi, Is it really so that nobody uses JSPs and SecurityManager with Resin? :) Could this problem be solved by pre-compiling jsps to Java classes? Now we just let Resin handle the compilation from directories under WEB-INF. Cheers, Kai 2009/8/25 Kai Virkki kai.vir...@gmail.com: Hi! We are

Re: [Resin-interest] Security Manager and JSPs

2009-08-27 Thread Daniel López
Hi, The only server where we have to limit such things is still using a Resin 2.1.17, but in case it helps, that's how we do it: We configure the application to have the work directory in a specifc place (.../ServerX/work/) and then... ... global restricted permissions for everyone. ... all