cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to server machine w/ Activiti from a local machine

themahc
Champ in-the-making
Champ in-the-making
We are senior students in the University of Alabama's MIS program. 
We are currently working on a feasibility assessment of Activiti's features for enterprise integration for a company that we are contracted.

Our problem is that we are unable to connect to Activiti from a local machine to the server that has Activiti on it.

We have the server's IP address and are attempting to establish a jdbc connection via the information provided in the Activiti user guide.

On the server machine:
    We have successfully installed Apache Tomcat 7.0, Activiti, and PostgreSQL.
    We have Activiti connected to PostgreSQL as a standalone database and not in-memory, therefore, our data is preserved even when we close Activiti.
    We have the demo settings set to false and changed db.properties to

db=postgres
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbcSmiley Tongueostgresql://localhost:5432/activiti
jdbc.username=
jdbc.password=

We have the same setup on the local machine as the server machine.
We have used square brackets around the server's IP address. 
We have tried Google and the user guide to help understand the problem and we have not found any answers.
2 REPLIES 2

themahc
Champ in-the-making
Champ in-the-making
JK: we had the conflicting versions on the server and local host

jbarrez
Star Contributor
Star Contributor
Ok thanks for posting it back. So this issue is resolved?