I created a MemoryRealm object, pointed it to my tomcat-users.xml file, added that realm to the embedded (no luck) and to the specific context (no luck either). For both, it just plain loads the page -- doesn't ask me to do any type of logging in.
Are you just using your own experience to help me, or are you aware of any documentation that I could peruse, instead of lobbing questions at you a few times a day? :) -- Chris On Mon, Jan 10, 2011 at 12:48 PM, Pid <p...@pidster.com> wrote: > Can you not create a org.apache.catalina.realms.MemoryRealm and set the > path to the xml file? > > > p > >