Page 1 of 1

Connecting Omero Webadmin to Postgresql?

PostPosted: Fri Sep 25, 2009 8:26 am
by Rod
Hi ,

My name is Rod, I’ve been learning python and want to be a part of omero development. I started looking into omero server (webadmin). The basic question was how does Omero server connect to the postgresql database. There is omero.properties and also the hibernate.properties. Which one of them is actually used and where is the connection being created? Is it done in a Python file?

Thanks in Advance :D

Re: Connecting Omero Webadmin to Postgresql?

PostPosted: Sat Sep 26, 2009 4:49 pm
by jrswedlow
Rod wrote: The basic question was how does Omero server connect to the postgresql database. There is omero.properties and also the hibernate.properties. Which one of them is actually used and where is the connection being created? Is it done in a Python file?


Hi Rod-

We have alot of documentation on this.

A good portal for all OMERO documentation:

http://trac.openmicroscopy.org.uk/omero ... rverDesign

Information on the Python API:

http://trac.openmicroscopy.org.uk/omero/wiki/OmeroPy

Cheers,

Jason