Re: Something like a filter

2008-06-10 Thread maux
I need to execute it before an application executes. I know filters are the way but I need to communicate with an applet and I think filters and applets can´t have a two-way communication. Thanks. Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1

Something like a filter

2008-06-04 Thread maux
Hi, I would like to know if there is something that I can configure to an application that force the application to execute that thing before it executes. I mean I need something that does more or less the same that a filter but without using the class filter. I need to configure some applicat

Re: Obtain catalina-home variable

2008-06-02 Thread maux
Thanks a lot. Konstantin Kolinko wrote: > > Yes, it is OK for all operating systems. > > > 2008/5/29 maux <[EMAIL PROTECTED]>: >> >> Hi Konstantin, >> >> That´s exactly what i wanted. But if I used >> "System.getProperty("catali

Re: Obtain catalina-home variable

2008-05-29 Thread maux
e defined directly by the service launcher (see Java Options field > in Java tab in the configuration dialog). > > > 2008/5/28 Mark Thomas <[EMAIL PROTECTED]>: >> maux wrote: >>> >>> Hi, >&

Re: Obtain catalina-home variable

2008-05-28 Thread maux
Tomcat, can i catch this variable or do i have to add CATALINA_HOME to the environment variables of the system? Thanks a lot. Mark Thomas-18 wrote: > > maux wrote: >> Hi, >> >> I would like to know how can i catch the catalina_home variable in a java >>

Obtain catalina-home variable

2008-05-28 Thread maux
Hi, I would like to know how can i catch the catalina_home variable in a java code. Thanks in advance. -- View this message in context: http://www.nabble.com/Obtain-catalina-home-variable-tp17509750p17509750.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Roles of an application

2008-04-17 Thread maux
Hi, I would like to know how can i obtain the roles than an application uses. That is, the roles that the users of the application can have. Thanks in advance. -- View this message in context: http://www.nabble.com/Roles-of-an-application-tp16741420p16741420.html Sent from the Tomcat - User ma

Re: Application Realm in Tomcat

2008-02-07 Thread maux
authentification mecanisms. > > > However, the easiest and cleanest solution would be to just configure > you webapp so it so it knows what db to use :/ > > > > > maux a écrit : >> As Alan says, my purpose would be to query the database all the roles >>

Re: Application Realm in Tomcat

2008-02-07 Thread maux
Users List" > Sent: Thursday, February 07, 2008 2:40 PM > Subject: Re: Application Realm in Tomcat > > >> Via the spec - you can't query all the roles a user has. But you can say >> request.isUserInRole(rolename) >> >> If you *need* access to the rea

Re: Application Realm in Tomcat

2008-02-07 Thread maux
I only want to know the steps i have to follow, to know what realm an application is using. Thank you maux wrote: > > Hi, > I am doing a Java code. This code have to access to the realm > that an application in Tomcat is using, after that the code have to access > to > t

Application Realm in Tomcat

2008-02-07 Thread maux
Hi, I am doing a Java code. This code have to access to the realm that an application in Tomcat is using, after that the code have to access to that realm and look for the roles that exist in that database. If someone can help me i would be very grateful. Thanks a lot -- View this message