On 08 Aug 2001 17:16:36 +0100, Luke Taylor wrote:
> 
> 
> 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.

Out of the Box, ie from the binary download.

Hmmm, I tried the JASS-Howto example and that worked fine.

> 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 ??

No typos in url.



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

Reply via email to