I've implemented my own simple Realm that should make it possible to store user and passwords in one file and user-roles in another plus make it possible to change these while tomcat is running.
So basically it should be straight forward to implement it, but I find it very difficult to find descent documentation on how to make it work with tomcat.


I changed the realm in server.xml:

<Realm className="org.mortena.projectManagement.DynamicRealm" debug="99"/>

Added the neccesary jar files to: server\lib
and started tomcat.

I get the error: "Can't create mbean instance" or something similar.

As I then go to a restricted area on one of the webapps (like: manager) I get an empty screen.

Can anyone guide me to an article on how to implement and deploy a Realm...

Thanks


Morten Andersen Master of applied mathematics and computer science Associate professor

The Maersk Institute of Production technology at Southern Danish University www.mip.sdu.dk
Campusvej 55
DK-5230 Odense M
Denmark
+45 65 50 36 54
+45 61 71 11 03
Jabber id: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to