Nicolai P Guba wrote:
>
> 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
>
Are you using the Jboss_Tomcat distribution out of the box, or have you
tried to set it up yourself? This error could happen if tomcat doesn't
have the appropriate security interceptor included. It will then let
you access the web pages without authentication, and when the calls are
made to jboss, there is no principal set by the client so the call
fails.
Alternatively (possibly more likely), you don't have your security
constraints setup properly and they just aren't being applied - whether
you use basic or form authentication shouldn't matter. Are the files
you are accessing definately in
<your app name>/workspace/*
Have you checked there are no typos in the url ??
Luke.
--
Luke Taylor.
PGP Key ID: 0x57E9523C
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user