Hi all. I've built a
JSP webapp which uses a authorization/authentification mechanism based on
this idea here. Basically, a SecurityRealm is declared in the server.xml file.
It works great, but I need to adapt this so that I don't use the server.xml file, ie. all configuration is done using the web.xml. Can I achieve this, or would I have to completely redesign my whole app?
Thanks!