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] Non-Hessian file store?

2009-08-27 Thread Mattias Jiderhamn
http://docs.jboss.org/hibernate/stable/core/reference/en/html/transactions.html#transactions-basics-apptx Jon Stevens wrote (2009-08-26 21:48): You put Hibernate objects into the session? jon On Wed, Aug 26, 2009 at 8:37 AM, Mattias Jiderhamn mj-li...@expertsystems.se

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

Re: [Resin-interest] Non-Hessian file store?

2009-08-27 Thread Mattias Jiderhamn
Well, there are different opinions about DTOs too. I assume you've heard (Spring developer) Rod Johnsons take on the matter...? /Mattias Jon Stevens wrote (2009-08-27 17:35): Yea, just cause Hibernate has that feature doesn't mean it is a good feature. =) You may want to consider the DTO

[Resin-interest] How to set checking interval for war redeploy?

2009-08-27 Thread Hontvári József
I tried many ways to set dependency-check-interval to 2s in resin.xml without any success. Resin 4.0.1 still checks war file change by 60 s, which is the default value. I attached a diff file about one of the configurations. ps: The web-app-deploy schema section in the documentation still

Re: [Resin-interest] Non-Hessian file store?

2009-08-27 Thread Jon Stevens
I haven't heard Rod's take on the matter (got url?), but then again I'm also not having problems with Hessian doing strange things to my objects. wink / jon On Thu, Aug 27, 2009 at 9:24 AM, Mattias Jiderhamn mj-li...@expertsystems.se wrote: Well, there are different opinions about DTOs too.