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 Combined Realm

2013-10-28 Thread J. Brian Hall
working. Sorry for the fuss. From: J. Brian Hall [mailto:jbrianhall...@me.com] Sent: Monday, October 28, 2013 7:46 AM To: 'users@tomcat.apache.org' Subject: Configuring Combined Realm How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-base

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

Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
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 other to work, but not both. Here are the details of my setup: -OS: Win