Re: SQLLoginModule configuration (was re: retrieving the datasource)

2005-11-10 Thread David Jencks
Something similar to this should work: public final static String USER_SELECT = "userSelect"; public final static String GROUP_SELECT = "groupSelect"; public final static String CONNECTION_URL = "jdbcURL"; public final static String USER = "jdbcUser"; public final static Strin

SQLLoginModule configuration (was re: retrieving the datasource)

2005-11-10 Thread Miguel A Paraz
On 10/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > OK, I can verify users against the database using the > SQLLoginModule. I've created a servlet (my first one > ever!) that takes in the user information and stores > it into the same table of the database, and adds an > entry to the groups