Tomcat does have a realm in different level(Engine,Host,Webapp) for
security.
Check http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html
2006/1/20, Jack <[EMAIL PROTECTED]>:
>
>
> In order to add a new user to a web-app, since specification 2.4 doesn't
> cover this, web-app might have to take
In order to add a new user to a web-app, since specification 2.4 doesn't
cover this, web-app might have to take care of this. User information will
be used by web-app anyway, the web-app keeps many information about the
user. Keep its password is not difficult at all, and it is easier for the