Hi All
i am doing fresh set up for orbeon 2016.3 with tomcat 8, java 8 and mysql 5.7.
however, I am able to run the instance.
i am unable to see any data in any table.
Can you please suggest me where i am doing mistake?
for database connection i kept jar file in tomcat-home/lib folder.
and added below lines in server.xml and context.xml
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="40" maxIdle="20" maxWait="1000" name="jdbc/mysql" password="root" type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/orbeon?useUnicode=true&characterEncoding=UTF8" username="root" validationQuery="select version();"/>
is there anything i am missing?
please help me in this.
Thanks
Thanks
Bharamani