[JBoss-user] JBoss + Tomcat + DIGEST

2003-09-18 Thread TIBOR . KISS
Hi! How can I get DIGEST authentication get working with Tomcat? I have written a login-module, which works fine, if I am using FORM or BASIC authentication, however, my methods are not even invoked, if I switch to DIGEST auth. Could the following code snippet be the problem? package org.jboss

[JBoss-user] logout

2003-04-03 Thread TIBOR . KISS
Hi! I have searched the net, but could find no information, so I post my question here. How do I do a logout from a Struts Action? I am using JaasSecurityManager of JBoss, with BASIC authentication for the war, running in TomCat (btw.: digest auth seems to be broken). Login works fine, however, I

[JBoss-user] BASIC Auth with TomCat

2003-04-01 Thread TIBOR . KISS
Title: BASIC Auth with TomCat Hi! I have experimented with JBoss JAAS a bit, and found a strange thing: When I have set auth-method in the jmx-console.war to BASIC, no login window popped up, and I am just forwarded to index.jsp. (I have uncommented the security-constraint part above). If I

[JBoss-user] BASIC Authentication

2003-04-01 Thread TIBOR . KISS
Hi! I have experimented with JBoss JAAS a bit, and found a strange thing: When I have set auth-method in the jmx-console.war to BASIC, no login window popped up, and I am just forwarded to index.jsp. (I have uncommented the security-constraint part above). If I set auth-method to DIGEST, I am una