Hello Standard behavior JDBCRealm: 1. When the user tries to receive the protected resource a system request his name and password. 2. A system perform the predefined database connection and carries out search a login name in a predefined table (connect scott/tiger; select username, password from validusers where username = ?) 3. and so on As I want: 1. When the user tries to receive the protected resource a system request his name and password. 2. A system perform the database connection with submitted username/password (connect :username/:password) 3. Store the obtained database connection in session object for future use. How I can inherit a class org.apache.tomcat.request.JDBCRealm to do it? Alexey Salnikov ICQ: 14293059
=?koi8-r?Q?=F3an_I_change_a_behaviour_of_the_JDBCRealm=3F?=
Сальников Алексей Александрович Mon, 04 Dec 2000 06:14:13 -0800
