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.


--
Hiroshi Iwatani: http://homepage1.nifty.com/algafield/

*stop cruelty* Annual number of institutionally euthanized cats and dogs
including kittens and puppies: US 5 million, JP 500 thousand. How about
your country? *for our better karma*
-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-- 
Hiroshi Iwatani: http://homepage1.nifty.com/algafield/

*stop cruelty* Annual number of institutionally euthanized cats and dogs
including kittens and puppies: US 5 million, JP 500 thousand. How about
your country? *for our better karma*
-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 use FORM based authentication and some web.xml entries for
 it. Read an appropriate text book or online documentation.

 --
 Hiroshi Iwatani: http://homepage1.nifty.com/algafield/

 *stop cruelty* Annual number of institutionally euthanized cats and dogs
 including kittens and puppies: US 5 million, JP 500 thousand. How about
 your country? *for our better karma*
 -

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Cup of Java + Suger of XML = Secure WebApp


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.