Login Error?
PostPosted:Fri Jul 03, 2009 1:18 am
After a day will not be able to log in! (\"authentication error\")
User name and password is correct
User name and password is correct
Because information matters
https://forum.openkm.com/
<local-tx-datasource>
<jndi-name>OKMAuthDS</jndi-name>
<connection-url>jdbc:mysql://${db.url}</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>${db.user}</user-name>
<password>${db.password}</password>
<min-pool-size>5</min-pool-size>
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
<track-statements/>
<prepared-statement-cache-size>32</prepared-statement-cache-size>
<metadata>
<type-mapping>mySQL</type-mapping>
</metadata>
</local-tx-datasource>