On 08 Aug 2001 14:17:21 +0100, Luke Taylor wrote:

> Also you say you're now using a login page instead of basic
> authentication ?? I'm not sure what you mean by this because the
> web.xml you supplied was still set up to use basic authentication. This
> should preobably be changed to use form-based authentication and
> specify the jsp to use for logins:
> 
> <login-config>
>       <auth-method>FORM</auth-method>
>       <form-login-config>
>               <form-login-page>/login.jsp</form-login-page>
>               <form-error-page>/loginFailed.htm</form-error-page>
>       </form-login-config>
> </login-config>

Hmmm, it gives me

java.rmi.RemoteException: checkSecurityAssociation; nested exception is:
        java.lang.SecurityException: Authentication exception, principal=null
java.lang.SecurityException: Authentication exception, principal=null


Arrrrgh!

Would it help if you look at the entire fileset?
-- 
  Nicolai P Guba    http://www.gnu.org         http://www.frontwire.com
                    mailto:[EMAIL PROTECTED]     mailto:[EMAIL PROTECTED]
                    GSM: +44 (0)7909 960 751   DDI: +44 (0)20 7368 9708

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to