CONNECTION

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

Have you allowed PostgreSQL to access network connections? This is an easy step to miss.

Without doing this you will never be able to connect to a PostgreSQL database on another machine.

NOTE: these instructions are only for PostgreSQL other databases may use similar methods, but these need to be looked up by the user.

regards

Have a look at:

http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html

http://www.postgresql.org/docs/9.1/static/auth-pg-hba-conf.html

http://www.thegeekstuff.com/2014/02/enable-remote-postgresql-connection/

http://www.postgresql.org/message-id/n2j18f98e681004240825u7d5b1b45i6e581b5a44ce7c50@mail.gmail.com

THANKS.
I MODIFICATED THE FILES POSTGRES.CONG AND PG_HBA.CONF, BUT I HAVE AN OTHER PROBLEM I THINK IS TOMCAT.
THE IMAGE: https://drive.google.com/file/d/0B_q5vsTu977_NzBBZm5BZTBPWU0/view?usp=sharing