As far as I understand it from the docs I have found I should be able to nest a JDBCRealm inside the webapp Context and then that realm will handle authentication for that webapp, however on my setup (tomcat v4.0.4) the nested realm is not used, instead the memory realm outside of the webapp is used for all webapps. Putting the jdbc realm outside of the webapp solves this problem, but has the drawback of being used for all webapps then. Is there any way round this?
Dave -- "Whenever I think of the past, it brings back so many memories." -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
