You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Robert Einsle <ro...@einsle.de> on 2003/03/24 21:02:17 UTC

Managing Tomcat-USers im my own Application

Hy list

i will manage Users im my application for the Login-Authentication for 
the Application, and therefore i will manage the tomcat-users.xml im my 
application.

Is it possible to manage the users-File out of an tomcat-Application 
like the admin-page??
Where can i find an Howto to do it??

Thanks a lot.

\Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Managing Tomcat-USers im my own Application

Posted by James Carman <ja...@carmanconsulting.com>.
I would recommend using a different file for that, but still using a
MemoryRealm with the same file format.  Other than that, you can manage the
file anyway you want, but you have to worry about concurrent edits, as it is
just a file on the file system.

----- Original Message -----
From: "Robert Einsle" <ro...@einsle.de>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, March 24, 2003 3:02 PM
Subject: Managing Tomcat-USers im my own Application


> Hy list
>
> i will manage Users im my application for the Login-Authentication for
> the Application, and therefore i will manage the tomcat-users.xml im my
> application.
>
> Is it possible to manage the users-File out of an tomcat-Application
> like the admin-page??
> Where can i find an Howto to do it??
>
> Thanks a lot.
>
> \Robert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Managing Tomcat-USers im my own Application

Posted by James Carman <ja...@carmanconsulting.com>.
Remember, also, that the MemoryRealm will not pick up your changes to the
XML file until restart.

----- Original Message -----
From: "Robert Einsle" <ro...@einsle.de>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, March 24, 2003 3:02 PM
Subject: Managing Tomcat-USers im my own Application


> Hy list
>
> i will manage Users im my application for the Login-Authentication for
> the Application, and therefore i will manage the tomcat-users.xml im my
> application.
>
> Is it possible to manage the users-File out of an tomcat-Application
> like the admin-page??
> Where can i find an Howto to do it??
>
> Thanks a lot.
>
> \Robert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org