Mandragora 0.3.2 released : Ejb support

2009-05-09 Thread Alessandro Colantoni
ca 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? R

Re: Dynamic roles web.xml

2006-03-27 Thread Alessandro Colantoni
f the user has one of the role with > specified permissions(perm1 , perm2) querying the database to decide if to > show the page, if to show a denying message, or show fields editable or not. > > > Alessandro > > > > > On 3/17/06, Mark Lowe <[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 da

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

Custom realm extending JDBCRealm

2006-03-24 Thread Alessandro Colantoni
Hi all! For some reasons I had to extend JDBCRealm to overwrite the method getPassword. This is myRealm: public class ManoloJDBCRealm extends JDBCRealm{ private static Log log = LogFactory.getLog(ManoloJDBCRealm.class); protected String getPassword(String username) { System.out.println("u

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

2006-03-24 Thread Alessandro Colantoni
open another thread. I hope I'm following the rigtht way On 3/23/06, Alessandro Colantoni <[EMAIL PROTECTED]> wrote: > > Hi ! > I'm lost. Sorry. > I don't understand when you say > >I can guarantee that > >MessageDigest.digest(), which returns an array of

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

2006-03-23 Thread Alessandro Colantoni
h the digest and encode steps yourself, 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 Col

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

2006-03-22 Thread Alessandro Colantoni
rt of a URL. > > Jay > > | Jay Burgess [Vertical Technology Group] > | http://www.vtgroup.com/ > > > -Original Message- > From: Alessandro Colantoni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 22, 2006 12:12 PM > To: Tomcat Users List > Subject: re

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 authenticate.

Re: Website Statistics

2006-03-21 Thread Alessandro Colantoni
try http://manageengine.adventnet.com/products/applications_manager/ On 3/20/06, Wick, Daniel <[EMAIL PROTECTED]> wrote: > > Did you try webalizer? > http://www.mrunix.net/webalizer/ > > > > -Original Message- > > From: Steele, Aaron [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 20, 2

Re: Dynamic roles web.xml

2006-03-17 Thread Alessandro Colantoni
e page, if to show a denying message, or show fields editable or not. Alessandro On 3/17/06, Mark Lowe <[EMAIL PROTECTED]> wrote: > > On 3/17/06, Alessandro Colantoni <[EMAIL PROTECTED]> wrote: > > Hi! again!! > > Of course I'm Italian, but at moment I'm

Re: Dynamic roles web.xml

2006-03-17 Thread Alessandro Colantoni
and permissions Thanks a lot for your help! I hope you enjoy in my country Alessandro On 3/17/06, Mark Lowe <[EMAIL PROTECTED]> wrote: > > On 3/17/06, Mark Lowe <[EMAIL PROTECTED]> wrote: > > On 3/17/06, Alessandro Colantoni <[EMAI

Re: Dynamic roles web.xml

2006-03-17 Thread Alessandro Colantoni
filter class solution? Is filter 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: > > > > &g

Re: Dynamic roles web.xml

2006-03-16 Thread Alessandro Colantoni
e to have a filter that handles the second level of > authentication that checks the db for the modifyable user roles. > > Mark > > On 3/16/06, Alessandro Colantoni < [EMAIL PROTECTED]> wrote: > > Hi all! > > In my application I need to define roles dynamically. I ne

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 web.xm

Re: Session crash problem. Please help!

2005-12-04 Thread Alessandro Colantoni
to set to have it? What 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 -

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 session crash very often. it crashes while working too, without leaving any inactivity as well I tried with tomcat 4.1, 5.5.5, 5.5.7,5.5.12 on

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 180 I've done such a file context.xml: