Re: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-20 Thread Jim Lynch
, June 19, 2003 3:06 PM To: Tomcat Users List Subject: Re: Can JDBCrealm ... be in META-INF/context.xml file? Now that I can log in, the next question is how do I obtain the user login information from within my servlet? THanks, Jim

RE: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Shapira, Yoav
Howdy, As the Realm configuration document says: You may nest a Realm inside any Catalina container Engine, Host, or Context). In addition, Realms associated with an Engine or a Host are automatically inherited by lower-level containers, unless explicitly overridden. So yes to your first

Re: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Jim Lynch
Thanks, I'm making progress. I found samples of three different versions of the realm descriptor. JDBCRealm ... realm ... and Realm JDBCRealm and Realm both behave the same. When I use them with: connectionURL=jdbc:mysql://localhost/authority?user=jimpassword=jim I get an error message upon

RE: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:20 PM To: Tomcat Users List Subject: Re: Can JDBCrealm ... be in META-INF/context.xml file? Thanks, I'm making progress. I found samples of three different versions of the realm descriptor. JDBCRealm ... realm ... and Realm JDBCRealm

RE: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Raible, Matt
userNameCol=username userCredCol=password userRoleTable=user_role roleNameCol=role_name / -Original Message- From: Jim Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:20 PM To: Tomcat Users List Subject: Re: Can JDBCrealm ... be in META-INF/context.xml file? Thanks

Re: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Jim Lynch
, June 19, 2003 4:20 PM To: Tomcat Users List Subject: Re: Can JDBCrealm ... be in META-INF/context.xml file? Thanks, I'm making progress. I found samples of three different versions of the realm descriptor. JDBCRealm ... realm ... and Realm JDBCRealm and Realm both behave the same. When I

Re: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Jim Lynch
Now that I can log in, the next question is how do I obtain the user login information from within my servlet? THanks, Jim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can JDBCrealm ... be in META-INF/context.xml file?

2003-06-19 Thread Raible, Matt
Subject: Re: Can JDBCrealm ... be in META-INF/context.xml file? Now that I can log in, the next question is how do I obtain the user login information from within my servlet? THanks, Jim. - To unsubscribe, e-mail: [EMAIL