Cannot find Alfresco Repository on this server | Code Factory

Code Factory
1 min readDec 13, 2019

--

Reference Link : Link

Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)

If you try to configuring the MySQL database with alfresco and this error come then follow this steps…

First of all follw this : Link

Then check you completed these steps or not :

  • Copy mysql-connector-java-5.x.x jar into <Alfresco> -> tomcat -> lib folder.
  • max_connections = 275 in C -> Program Files(x86) -> MySQL -> MySQL Server 5.0 -> my.ini
  • Create user alfresco and assign all privilages.
  • Create schema alfresco in DB.

--

--