Hi,after the successful installation of a local instance of Airavata+PGA
(with your help :) , we're trying to access the API for developing a
customized Web interface.

Here we found an issue: we are not able to connect from external client
machines.

The problem is that all the servers are bind to a local address, e.g.

netstat -nat | grep 8930
tcp6       0      0 127.0.0.1:8930          :::*                    LISTEN

therefore is impossible to contact them outside the host.


We put, in the airavata-server.properties files, the following values
....
###########################################################################
#  API Server Configurations
###########################################################################
apiserver=org.apache.airavata.api.server.AiravataAPIServer
#apiserver.name=apiserver-node0
apiserver.name=airavata.ge.imati.cnr.it
apiserver.host=airavata.ge.imati.cnr.it
apiserver.port=8930
apiserver.min.threads=50
....

and similar for the other three servers.

How can we solve this?

Thanks in advance

Daniele

Reply via email to