I just solved this for myself after a week long of misery. 1. "Make sure" you are editing the correct jackrabbit file: App name/appname-webapp/src/main/webapp/WEB-INF/config/repo-conf/jackrabbit-bundle-mysql-search.xml
2. Change the following values to your credentials If its local: <param name="url" value="jdbc:mysql://{location of your mysql db}/{db name}" /> <param name="user" value="{login to your db }" /> <param name="password" value="{password to your db}" /> if its public(also make sure access is set up security wise) <param name="url" value="jdbc:mysql://{location of your mysql db}/{db name}" /> <param name="user" value="{login to your myphpadmin}" /> <param name="password" value="{password to your myphpadmin}" /> 3. create fresh war file by running "mvn clean install" 4. run project and deploy war file -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f32c6895-5eac-4f5c-a554-00541331892c ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------