Jump to content

External Postgres for Jasperserver Metadata DB


rusty.ross

Recommended Posts

With a working JRS 5.5 Pro installtion, I am trying to move the Jasperserver Metadata DB to an external postgres host.

I have the jasperserver database imported (and running fine) on the external postgres host.

I have modified both js.jdbc.properties and classes/js.jdbc.properties  (not sure if both need to be modified) as follows:

# jasperserver repo db settings
metadata.jdbc.driverClassName=org.postgresql.Driver
metadata.jdbc.url=jdbc:postgresql://external-postgres-host.mydomain.mytld:5432/jasperserver
metadata.jdbc.username=external-postgres-user
metadata.jdbc.password=external-postgres-password
metadata.jdbc.password.escapeXML=external-postgres-password
 
However, after restarting JRS, JRS seems to ignore these properities and still connect to the postgres metadata DB on localhost.
 
What's missing here?
 
 
 
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...