Help with custom Realm

2006-11-21 Thread Daniel Santos
Hello, I'm implementing a new realm for a custom single sign-on dealie that my company is using (so I can use container managed security with their new system). Everything is going smoothly, except that I can't figure out how to get an object I declared as a under the context, from outside of th

Getting javax.naming.Context from StandardServer?

2006-11-21 Thread Daniel Santos
Ok, this is question#2, perhaps more simple. How can I retrieve the javax.naming.Context that the Server object uses from outside of a webapplication? I'm writing a custom realm and I want it to use pluggable components to meet different needs. It would appear that when my Realm's start() is ca