Hi Karl, I read the “how to build and deploy” page thoroughly, but my problem is whenever I execute the initialize.sh file. It shows me a connection error : connection to localhost:5432 refused. Although I added the following lines in the properties-global.xml file located in the multiprocess-zk-example directory:
<property name=“org.apache.manifoldcf.postgresql.hostname” value=“xxxxx”> <property name=“org.apache.manifoldcf.postgresql.port” value=“5433”> I’m not actually using the default port of PostgreSQL. Did I make a mistake ? Or was my configuration wrong ? Othman BELHAJ On Thu 4 Jan 2018 at 16:20, Karl Wright <[email protected]> wrote: > Hi Othman, > > Have you read the "how to build and deploy" page? Here's a reference: > > > https://manifoldcf.apache.org/release/release-2.9/en_US/how-to-build-and-deploy.html > > Karl > > > > On Thu, Jan 4, 2018 at 9:55 AM, Beelz Ryuzaki <[email protected]> wrote: > >> Hello, >> >> I have in my possession two VMs. The first one where I installed the >> PostgreSQL. And the second one where I want to execute Apache manifoldCF. >> However, I don’t know what files should I modify in order to connect to >> this external DB. >> >> FYI, I’m using multiprocess-zk file process and I haven’t installed >> zookeeper yet. Both VMs are Linux based. >> >> My questions are : what files should I configure in order to initialize >> my PostgreSQL database ? Do I need to install zookeeper? >> >> Thank you in advance for your response, >> >> >> Othman BELHAJ >> > >
