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