Menu

#1 not able to login

v1.0_(example)
open
nobody
5
2005-09-16
2005-09-16
Anonymous
No

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

Discussion

  • Mike

    Mike - 2005-09-28

    Logged In: YES
    user_id=1353067

    delete all the
    <security-constraint>
    and
    <security-role>
    elements from *web.xml

     
  • Min

    Min - 2005-10-14

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.