Re: Can I set up 2 realms for the same server so I can access 2 databases

2003-06-19 Thread vtobin
Hi, Actually Angus' comment isn't really true. You just configure a seperate Realm under each of your Hosts, and Tomcat should do exactly what you want. Thanks for that info, Bill. I had set up database access in each individual context, but trying to do that with the jdbc realm didn't

Re: Auto Login Using Form Based Authentication

2003-06-11 Thread vtobin
Hi Bill and Matt, There are two problems with this: 1) Your Filter will not get called, since authentication happens before Filters (you'd need to use a Valve, but then you are locked into Tomcat). 2) Unless you are using Tomcat 5.x nightly, Request attibutes won't be available to the