I am having existing user table called company_user with number of feilds including user_id and user_pwd.
Is it possible to configure tomcat server to use only above table to authitification the system by jdbcrealm. And please tell me the code for server.xml and web.xml files for this.