dev@glassfish.java.net

container-based security?

From: Luis A. del Campo <l.delcampo_at_virtualwave.com.mx>
Date: Fri, 16 Oct 2009 12:33:04 -0500

Tomcat, by default, uses a simple tomcat-users.xml file to define users
and assign them roles at the same time. The file is located in the conf
directory.

To run a application that I am deploying I must define two users in this
file. But I have glassfish !!!

So, Where I can define users to use container-based security?

Thanks to all