hai i am not able to login with any of these account,
username/password are manager/manager,
callcenter/callcenter, marketing/marketing,
administrator/administrator.
i am getting this error, You input the wrong username
and password.
Please send me the reply,
Regards,
Senthil
Logged In: YES
user_id=1353067
delete all the
<security-constraint>
and
<security-role>
elements from *web.xml
Logged In: YES
user_id=444207
1. check if the below configure in your tomcat is correct
<Realm className="org.apache.catalina.realm.JDBCRealm"
debug="99"
driverName="org.hsqldb.jdbcDriver"
connectionURL="jdbc:hsqldb:{JBoss_Home}/server/default/data/hypersonic/jsftabDB"
connectionName="sa"
connectionPassword=""
userTable="USERS" userNameCol="LOGIN_NAME"
userCredCol="PASSWORD"
userRoleTable="ROLES" roleNameCol="ROLE_NAME"/>
2. check if the users are created in your database.