CMDBuild Forum

Need help pleeeeease! Waiting for local host problem :(

Please help me guys!

I am trying to install openmaint 2.0-3.1a on windows server. I believe I have successfully installed:

1- JDK

2- Postgres (pgAdmin 4)

3- Apache Tomcat

I then

1- opened the tomcat at the website http://localhost:8080/manager/html and deployed Openmaint.war

2- In tomcat webpage, a new app with the Path /openmaint-2.0-3.1a showed up in the list, so I pressed ‘start’ from commands

3- When I press the path /openmaint-2.0-3.1a, The browser says “Waiting for localhost” and nothing ever shows up.

My database.conf is as follows:

#db.url=jdbc:postgresql://localhost:5432/postgres

#db.username=postgres

#db.password=admin

#db.admin.username=postgres

#db.admin.password=admin

my Context.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>

<Resource name=“jdbc/cmdbuild” auth=“Container” type=“javax.sql.DataSource”

factory=“org.apache.commons.dbcp2.BasicDataSourceFactory”

defaultAutoCommit=“true” maxIdle=“10” maxTotal=“80” maxWaitMillis=“10000” />

My Database info is as follows:

General-

Database: postgres

Owner: postgres

Connection-

Host name/address: localhost

Port: 5432

Maint. Database: postgres

Username: postgres

The ‘#’ symbol in your database configuration file is used to comment the line, please remove the ‘#’ symbol at the beginning of every line and try again

1 Like

Worked! Thank you very much!