So the errors are telling you that your web.xml file does not conform to
the http://java.sun.com/j2ee/dtds/web-app_2_2.dtd you said it conforms
to. Look at the dtd and fix any errors.

You have to place content you want secured under the /restricted path.
Unsecured content can be anywhere else including other subdirectories.

----- Original Message ----- 
From: "Hajo Hindriks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 4:19 AM
Subject: [JBoss-user] security with jsp not working


> Hi everybody,
> 
> I am desperately in need for help..
> 
> My goal is to have a web-application that distinguishes 3 types of users.
> Anonymous (e.g. has no account), Traders and Admins. I went through the
> JAAS-example and I do have a database setup that is working with the
> examples (using my own database..)
> 



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

Reply via email to