Getting a 403 error on installation
Hi,
downloaded the v5 linux tar gz file from the site and followed the installation instructions for OSX, prequisites are all installed and tested so I know they are working but I am getting a 403 error when I try to access the localhost url for Joget.
I took a look at the Linux steps for setup and they look pretty similar to the OSX ones, I tried modifying the app_datasource-default.properties file in the wflow directory by adding the localhost password so it now looks like this:
workflowDriver=com.mysql.jdbc.Driver
workflowUrl=jdbc\:mysql\://localhost\:3307/jwdb?characterEncoding\=UTF-8
workflowUser=root
profileName=
workflowPassword=password
Restarted Tomcat and still getting a 403.
Checked the log file tomcat.out and got the following;
INFO 11 Apr 2016 14:06:38 org.joget.commons.util.DynamicDataSource - datasourceName=workflow, url=jdbc:mysql://localhost:3307/jwdb?characterEncoding=UTF-8, user=root
ERROR 11 Apr 2016 14:06:38 org.joget.commons.spring.web.CustomContextLoaderListener - ===== Error initializing WebApplicationContext =====
Anyone any ideas?
Burnsy