susitha,

Your HTTP error means that the security system is unable to validate the 
username and password you provided to login form.  This of course does not 
point you to a solution to your problem.  You really need to look at the TRACE 
logging of both JBoss seucrity and Tomcat security to see what is happing.

The client/auth.conf and server/auth.conf files most likely irrelevant.  JAAS 
in JBoss uses the $YOUR_SERVER/conf/login-config.xml file to configure 
application-policies.  Also, you may want to double check the contents of your 
datasource descriptor files.  I do not think you are following the dtd's.  Look 
at [URL]http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd[/URL].

So again, look at what is happening by looking at logging.  See what login 
modules are being called.  If the DatabaseServerLoginModule is being used (as 
you want it to) verifiy the queries being used.   If you still are having 
problems, Post these logs so we can see what is going on.

later, cgriffith

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932124#3932124

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932124


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to