2007/2/28, Christopher Schultz <[EMAIL PROTECTED]>:
Well, what /do/ you have available?
That was my question: "What do I have available?". May any of the following be useful? I'm confused, really. Server server = ServerFactory.getServer(); Service service = server.findService("Catalina"); Engine engine = (Engine) service.getContainer(); Host host = (Host) engine.findChild(engine.getDefaultHost()); String lcName = "myContext"; Context context = (Context) host.findChild(lcName); Realm realm = context.getRealm(); -- TREMALNAIK --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]