Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
I tried debugging the JAASRealm. This is where things go wrong- public Principal authenticate(String username, String credentials) { ... loginContext = new LoginContext (appName, new JAASCallbackHandler(this, username, credentials)) ... Th

Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
Even added a jaas.conf in my user.dir with the following entry... Tomcat { com.sun.security.auth.module.NTLoginModule required; }; --- Sam Ewing <[EMAIL PROTECTED]> wrote: > > > I am using JAASRealm with the NT Login module. My > Realm configuration from > server.xml (tomcat 4.1.18) is: >

Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
I am using JAASRealm with the NT Login module. My Realm configuration from server.xml (tomcat 4.1.18) is: I then modified the web.xml for the admin and manager applications, changing it to my NT domain name and restarted Tomcat. On browsing to the admin and manager application, I merely get