Mandragora 0.3.2 released : Ejb support

2009-05-09 Thread Alessandro Colantoni
be implemented in terms of existing Application Service or DAO methods, or in terms of new ones that you write. All this is very easy to use. Download and spend 30 minutes. You will save week of work. Best regards Alessandro Colantoni http://mandragora.sourceforge.net/

Re: How to disable cookies for session management in Tomcat

2006-08-01 Thread Alessandro Colantoni
Hi You have to put in your context cookies=false For more have a look at http://tomcat.apache.org/tomcat-5.5-doc/config/context.html hope this help On 8/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi there. Is there any way to tell Tomcat to never use cookies for session management?

Re: Dynamic roles web.xml

2006-03-27 Thread Alessandro Colantoni
of the permissions in list the job is done. On 3/17/06, Alessandro Colantoni [EMAIL PROTECTED] wrote: On 3/17/06, Mark Lowe [EMAIL PROTECTED] wrote: Hang on!!! You've an admin form where you have dynamic roles, right? And you've no means of knowing what these will be.. And what they are denying access

Re: Custom realm extending JDBCRealm

2006-03-24 Thread Alessandro Colantoni
HI!! Just solved. I was using tomcat 5.5.0. I was looking at sources of 5.5.16. I suppose that the authenticate method of 5.5.0 doesn't use getPassord method. I tried it in 5.5.16 and everything works fine Thanks for attention Alessandro On 3/24/06, Alessandro Colantoni [EMAIL PROTECTED] wrote

Re: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-24 Thread Alessandro Colantoni
I solved the last problem passing to tomcat 5.5.16 . At the end everything work as i desired (well i didn't do many tests so that's what I hope). Thanks your help and your patience Alessandro On 3/24/06, Alessandro Colantoni [EMAIL PROTECTED] wrote: Hi! One day after i understood what you

Re: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-23 Thread Alessandro Colantoni
, then compare your end result with what the user sent. If they're the same, then they're authenticated, without you needing to undo anything. Jay -Original Message- From: Alessandro Colantoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 12:37 PM To: Tomcat Users List Subject

return (HexUtils.convert(md.digest())) in RealmBase

2006-03-22 Thread Alessandro Colantoni
Hi All! I saw that both method Digest(..) and digest(..) in RealmBase return ( HexUtils.convert(md.digest())) and not just md.digest().toString. My problem is that user table is maintained by another application developed in an other technology. My application uses this table just to

Re: Dynamic roles web.xml

2006-03-17 Thread Alessandro Colantoni
class more secure? Thanks a lot Ciao! PS . good italian. What does it mean schete? On 3/17/06, Mark Lowe [EMAIL PROTECTED] wrote: On 3/17/06, Mark Space [EMAIL PROTECTED] wrote: Alessandro Colantoni wrote: Thanks for rapid answer! What do you mean with filter the roles of second

Re: Dynamic roles web.xml

2006-03-17 Thread Alessandro Colantoni
, Mark Lowe [EMAIL PROTECTED] wrote: On 3/17/06, Mark Lowe [EMAIL PROTECTED] wrote: On 3/17/06, Alessandro Colantoni [EMAIL PROTECTED] wrote: Hi! and good morning (but probably we 're on different continents) Assiming you're in italy, we're in the same country.. I don't undertand

Dynamic roles web.xml

2006-03-16 Thread Alessandro Colantoni
Hi all! In my application I need to define roles dynamically. I need to create and delete roles and associate them to a permissions table. I want the user authenticate with a form. The problem is that in web.xml I have to define statically the role names. This is the involved piece of my

Re: Session crash problem. Please help!

2005-12-04 Thread Alessandro Colantoni
should I look for in stderr.log?? Thanks a lot! Alessandro On 12/2/05, Martin Gainty [EMAIL PROTECTED] wrote: Allesandro can you attach the stderr_20051202.log stdout_20051202.log Ciao Martin- - Original Message - From: Alessandro Colantoni [EMAIL PROTECTED] To: users

Session crash problem. Please help!

2005-12-02 Thread Alessandro Colantoni
Hi All I configured on conf/web.xml session timeout on 180 minutes and on my web.xml too. I have the following context.xml Context path=/trayectorias docBase=trayectorias relodable=false crossContext=false privileged=true debug=99 Manager

session expires dealing with big objects

2005-11-16 Thread Alessandro Colantoni
Hi all. Some times my session expires wrongly when I deal with a bean very big. My bean is a Struts form bean. I didn't touch conf/server.xml and conf/web.xml of tomcat distribution In my web.xml I put session-config session-timeout180/session-timeout /session-config I've done such a