João Folha wrote: > > Hi there, i need some inspiration here. > I want my application to be independent of JDBCRealms, any example. > > I don´t know how to protect the resources from de web.xml file. You mean you want to use container based authentication, ie. a *Realm, but to specify the details in the web.xml file? This is not supported, the Realm can only specified in the server.xml file, and be shared among all Context's. -- - Torgeir
- Authentication with JDBC but without JDBCRealms Jo�o Folha
- Re: Authentication with JDBC but without JDBCRealms Torgeir Veimo
