I am trying to get the Jasperserver community edition running on tomcat. I am following steps from the documentation after a successful build using the install scripts from buildomatic, I try and run tomcat server but it complains about 'relation jiresourcefolder does not exist'. Upon checking the database all the required tables are loaded under jasperserver database public schema.

IN the context.xml found under (jasperserver/META-INF) the correct database is referenced. Does anyone know how to refer the public sh=chema so that all the required tables are accessible or is there any other configuration needed that I missed?

有帮助吗?

解决方案

If I understood you right you have to change the url from:

url="jdbc:postgresql://166.78.177.147:8082/jasperserver"

to

url="jdbc:postgresql://166.78.177.147:8082/public"
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top