Re: how to get users from tomcat-users.xml

2006-03-10 Thread Prashant Saraf
you can prefer admin package for this. On 3/10/06, Hiroshi Iwatani <[EMAIL PROTECTED]> wrote: > > Srivani Ausula wrote: > > > > Hi, > > > > How can I get list of users from tomcat-users.xml? Is there any API > > provided for this purpose? > > > > Thanks in advance, > > A Srivani. > > > You should

Re: how to get users from tomcat-users.xml

2006-03-10 Thread David Delbecq
Configure memory-realm for you webapp (http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#MemoryRealm) then configure authentification constraints in your web.xml. You have not need to access tomcat-users.xml if all you want to do is authentification. Srivani Ausula a écrit : >Thank u very

RE: how to get users from tomcat-users.xml

2006-03-10 Thread Srivani Ausula
Thank u very much for the reply. Before posting the query already I have surfed for relevant documentation, but I could not find any. Could u please point out me to some links where could I get help. Thanks. Srivani Ausula wrote: > > Hi, > > How can I get list of users from tomcat-users.xml?

Re: how to get users from tomcat-users.xml

2006-03-10 Thread Hiroshi Iwatani
Srivani Ausula wrote: Hi, How can I get list of users from tomcat-users.xml? Is there any API provided for this purpose? Thanks in advance, A Srivani. You should use FORM based authentication and some web.xml entries for it. Read an appropriate text book or online documentation. -- Hir

how to get users from tomcat-users.xml

2006-03-09 Thread Srivani Ausula
Hi, How can I get list of users from tomcat-users.xml? Is there any API provided for this purpose? Thanks in advance, A Srivani.