Re: Tomcat login

2010-03-31 Thread André Warnier
Stéphanie Cettou wrote: Thank you very much, I will learn more for this solution. But all points of my "issue" list must be covered... And the other problem is that the user should be access everywhere (not only from their pc). Can you define this more precisely ? Do you mean like, for example,

Re: Tomcat login

2010-03-31 Thread Stéphanie Cettou
Thank you very much, I will learn more for this solution. But all points of my "issue" list must be covered... And the other problem is that the user should be access everywhere (not only from their pc). And I have an other question, how I can get more roles at an user? A tomcat solution exist? O

Re: Tomcat login

2010-03-30 Thread André Warnier
Stéphanie, I don't want to interfere with the other people here who are trying to help you in the direction of a "pure Tomcat" solution. I am incompetent in that area, while they are, and their recommendations may in the end be better than mine. So let's say that there are alternative ways in

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
Hi, I found: http://jeftek.com/222/using-java-code-with-active-directory/ I think I will use this exemples to manage the users via java. Or I found Spring Security framework..but I don't understand if it doe's all of my issues or not... thank you very much for all answer! Stéphanie 2010/3/3

Re: Tomcat login

2010-03-30 Thread David kerber
On 3/30/2010 12:04 PM, Stéphanie Cettou wrote: I will get the "issue" list, because I think that with Tomcat 6 I can't do all..(But I don't know Tomcat) - Get more roles at an user (my code is ready for a JDBCRealm login) * read/modify pages and object - Check type of password (more that 8 char,

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
te? how? Or it exist others solution / applications? thanks, Stéphanie 2010/3/30 Caldarale, Charles R : >> From: Stéphanie Cettou [mailto:s.cet...@gmail.com] >> Subject: Re: Tomcat login >> >> There are an other solution? > > Best if you can upgrade to Tomcat 6 (usua

RE: Tomcat login

2010-03-30 Thread Caldarale, Charles R
> From: Stéphanie Cettou [mailto:s.cet...@gmail.com] > Subject: Re: Tomcat login > > There are an other solution? Best if you can upgrade to Tomcat 6 (usually very easy to do from 5.5), and then use the CombinedRealm in conjunction with the JNDIRealm and LockOutRealm: http://tomca

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
Hi André, thank you very much for your fast answer. No, not all user have an active directory account (or yes but in 3 different emplacement...). And the web site must to be accessible everytime from anywhere... My idea is to use a new active directory only to manage user and password...the proble

Re: Tomcat login

2010-03-30 Thread André Warnier
Stéphanie Cettou wrote: Hi, I use Tomcat 5.5. I have a JSP application. The login is implemented with database. Hi Stéphanie. Maybe as an alternative.. If you mention Active Directory, does that mean that all your Tomcat users are working on MS Windows workstations, and login to a Windo

Tomcat login

2010-03-30 Thread Stéphanie Cettou
Hi, I use Tomcat 5.5. I have a JSP application. The login is implemented with database.