CONNECTION TO WINDOWS SERVER

HI.
MY DATABASE IS IN A VIRTUAL MACHINE WITH WINDOWS SERVER 2008 I PUT POSTGRESQL IN THIS VIRTUAL MACHINE, I NEED TO CONNECT MY PC WITH THIS VIRTUAL MACHINE WITH BONITA BPM.
I DOWNLOADED THIS PACAGE BonitaBPMCommunity-7.0.0-Tomcat-7.0.55 AND I CHANGE THE FILES (BONITA DOCUMENTATIONS), I CREATE THE VARIABLES IN WINDOWS JAVA_HOME, JRE_HOME, I CREATE CATALINA_HOME AND I PUT THE ADDRESS OF BonitaBPMCommunity-7.0.0-Tomcat-7.0.55.
I INITIALIZED THE TOMCAT WITH CMD BUT BONITA DOESN´T CREATE THE DEFAULT TABLES IN THE DATABASE.
I MODIFICATED THE FILES IN POSTGRES POSTGRES.CONG AND PG_HBA.CONF

BUT WHEN I INITIALIZED THE TOMCAT WITH CMD THE TOMCAT WINDOWS RUN BUT THE WINDOW STOP AND SHOW THIS: caused by java.net.connectexception connection refused connect ![10][10]

THE IMAGE: https://drive.google.com/file/d/0B_q5vsTu977_NzBBZm5BZTBPWU0/view?usp=sharing

You may find some relevant info here
https://www.spectra.com/support-maintenance/ on system maintenance. I mostly get info from sites selling units and comes along with good maintenance tips.

  1. DO NOT USE CAPITALS - bad netiquette - This is SHOUTING
  2. Please do NOT repeat questions. The community is driven by volunteers and will respond when they can.

This is a database issue and not related to Bonitasoft first and foremost.

Have you used pgAdmin III on your client to talk to the database yet? Does this work? If this DOES NOT work then definitely a database issue and you need to fix this first.

If it does work then parameter check and it should work.

Do you have a firewall in place? If yes then you need to allow traffic…

Here are a list of all the common faults with remote database access…

http://javarevisited.blogspot.co.uk/2013/02/java-net-ConnectException-Connection-refused.html

regards