Re: Configuring Combined Realm

2013-10-28 Thread Felix Schumacher
Hello Brian, On Mo, 2013-10-28 at 07:46 -0400, J. Brian Hall wrote: How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-based authentication while (2) also using the default UserDatabaseRealm for the Tomcat Web Application Manager? I can get one or the

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
Folks, please ignore my question. I found the problem. Basically, I had the same username / password combination in both databases used under CombinedRealm, (which would be fine) but the associated role_name was different and that's what caused the problem. In any event, all is working. Sorry

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
Hey Felix, thanks much. This is a better alternative for what I am doing. -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Monday, October 28, 2013 8:38 AM To: Tomcat Users List Subject: Re: Configuring Combined Realm Hello Brian, On Mo, 2013

Re: configuring tomcat realm

2013-08-30 Thread Sudhir Bhoga
On Fri, Aug 30, 2013 at 12:13 PM, Francesco Viscomi fvisc...@gmail.com wrote: Hi, I've a tomcat-users.xml file in which user Francesco should can access to http://localhost:8080/manager: I also have a server.xml that in the tag GlobalNamingResources has declared 2 resource, one is for

Re: configuring tomcat realm

2013-08-30 Thread Daniel Mikusa
On Aug 30, 2013, at 12:13 PM, Francesco Viscomi fvisc...@gmail.com wrote: Hi, I've a tomcat-users.xml file in which user Francesco should can access to http://localhost:8080/manager: I also have a server.xml that in the tag GlobalNamingResources has declared 2 resource, one is for

RE: configuring tomcat realm

2013-08-30 Thread Francesco Viscomi
Thanks really much. Francesco -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: venerdì 30 agosto 2013 20.20 To: Tomcat Users List Subject: Re: configuring tomcat realm On Aug 30, 2013, at 12:13 PM, Francesco Viscomi fvisc...@gmail.com wrote: Hi, I've

RE: Configuring a Realm

2009-01-06 Thread Caldarale, Charles R
From: Charl Gerber [mailto:charlger...@yahoo.com] Subject: Configuring a Realm I know I somehow have to configure the login-config to use my new Realm, but how? No, you don't, other than to indicate the authentication mechanism. The presence of the Realm element inside your webapp's

RE: Configuring a Realm

2009-01-06 Thread Charl Gerber
No, you don't, other than to indicate the authentication mechanism. The presence of the Realm element inside your webapp's Context should be sufficient to cause Tomcat to use it. That's what I thought, but my Realm is just ignored and the one that is present by default when installing

RE: Configuring a Realm

2009-01-06 Thread Charl Gerber
, Charles R chuck.caldar...@unisys.com Subject: RE: Configuring a Realm To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, 6 January, 2009, 4:21 PM From: Charl Gerber [mailto:charlger...@yahoo.com] Subject: Configuring a Realm I know I somehow have to configure the login-config