You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John de la Garza <jd...@designinsites.com> on 2000/12/19 21:28:09 UTC

modifying web.xml on the fly

I have written some code to add security constraints from a web app.  The
only problem is that the security constraints don't become active until the
server is restarted...

Any one have any good ideas to deal with this?

It would be cool if the security constrains info was in a database...instead
of web.xml.