[Resin-interest] Fwd: Re: Security Manager

2007-08-09 Thread Daniel Lopez
If Resin/Your application is starting without problems and you have nothing granted in your policy file, then it is sure the policy is not being applied :). We have one of our nodes configured in a similar manner and you have, at the very minimum, to grant permissions to the Caucho classes to allo

[Resin-interest] in fails after resin 3.0.18 for one jar

2007-08-09 Thread Anders 2
Hi all, I have a tricky case that someone might shed some light on or give me some hints. I have run out of ideas. My customer used to load dependency jars through tag in resin.conf. Something like this ...

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Hans Loeblich
Am I the only one that has this problem? Hans Hans Loeblich wrote: > I am getting the following error when trying to use the JSTL c:out on a page: > EL expression '${app.main_category}' is only allowed for attributes with > rtexprvalue='true'. > > I checked the tld, and rtexprvalue is indeed set

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Serge Knystautas
Hans Loeblich wrote: > Am I the only one that has this problem? You might want to Google upgrading from JSP 1.1 to JSP 2.0. The rtexprvalue to true was the older way of doing things in JSP 1.1 when the JSP itself did not handle EL. With JSP 2.0 (which Resin 3 implements) you would want rtexpr

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Mike Wynholds
I *think* that with JSP 2.0 you want your taglib declaration to look like this: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> the old way was this: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> the different is the "/jsp" in there that is added. I am not 100

Re: [Resin-interest] in fails after resin 3.0.18 for one jar

2007-08-09 Thread Scott Ferguson
On Aug 9, 2007, at 5:35 AM, Anders 2 wrote: > Hi all, > I have a tricky case that someone might shed some light on or give me > some hints. I have run out of ideas. > > My customer used to load dependency jars through > tag in > resin.conf. > Something like this ... > >document-directo

Re: [Resin-interest] Fwd: Re: Security Manager

2007-08-09 Thread Mktg. Incorporate Fast
Hi Daniel, Thank you for the response. In the new version of resin we are using the to pass in a path to the resin.policy file. As you mentioned, we are not able to supply it as an input from the script of command line. If you could forward any part of your policy file to me to help me get s

Re: [Resin-interest] Fwd: Re: Security Manager

2007-08-09 Thread Daniel Lopez
Hi, I was able to get someone to send me the file, and basically it is something like this: - // Permissions allowed for everyone. grant { permission java.util.PropertyPermission "*", "read"; permission java.lang.Runti

Re: [Resin-interest] Session timeout configuration ignored...

2007-08-09 Thread Mark Derricutt
I'll have to check about the lower values, from memory I didn't see them getting set thou. As for WHY theres a timeout of 20 days? To be honest - I have no idea - I think someone wanted "things to never expire" and didn't read the docs or try and change the app. On 6/12/07, Markus Ken Baron-Mori